[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpopenapi.objects.pp line 91
type TBaseOpenAPIObject = class(TObject) |
protected |
function CreateChildrenList; virtual; |
procedure AddChild(); |
procedure RemoveChild(); |
procedure SetPathComponent(); |
public |
constructor create(); virtual; |
destructor destroy; override; |
function GetChildByPathComponent(); |
function Find(); |
function PathComponent; |
function Path; |
property Parent: TBaseOpenAPIObject; [r] |
end; |
| |
TObject |