type AIBaseContainer = class(
TActiveList
)
TActiveList
Constructor Create(aParent: pointer); |
|
Destructor Destroy; override; |
|
function FindWithHandle(aHandle: integer): AIBaseObject; |
|
procedure FullDisplay(aStrings: TStrings); virtual; |
Constructor Create(aParent: pointer); |
Destructor Destroy; override; |
function FindWithHandle(aHandle: integer): AIBaseObject; |
procedure FullDisplay(aStrings: TStrings); virtual; |
property ParentHandle: integer; |
|
property ParentPointer: Pointer; |
property ParentHandle: integer; |
property ParentPointer: Pointer; |