Unit 'fpopenapi.objects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-openapi]

TBaseOpenAPIObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25