[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sdo_xpath_helper.pas line 181
type TXPathExecContext = class |
public |
destructor Destroy; override; |
property ContentKind: TXPathExecContentKind; [r] |
property ObjectItem: ISDODataObject; [r] |
property ListItem: ISDODataObjectList; [r] |
property ListFiltered: ISDODataObjectList; [r] |
property CurrentProperty: ISDOProperty; [r] |
property PropertyOwner: ISDODataObject; [r] |
procedure SetObject(); |
procedure SetList(); |
procedure SetNull(); |
procedure SetValue(); |
end; |
| |
TObject |