type AIBaseObject = class()
![]() |
Constructor Create(aParent: pointer); |
![]() |
Destructor Destroy; override; |
![]() |
procedure FullDisplay(aList: TStrings); virtual; |
![]() |
procedure LoadFromFile(var aFile: TextFile); virtual; |
![]() |
function OneLineDisplay: string; virtual; |
![]() |
procedure SaveToFile(var aFile: TextFile); virtual; |
![]() |
Constructor Create(aParent: pointer); |
assigned at runtime, for visual links
![]() |
Destructor Destroy; override; |
![]() |
procedure FullDisplay(aList: TStrings); virtual; |
![]() |
procedure LoadFromFile(var aFile: TextFile); virtual; |
![]() |
function OneLineDisplay: string; virtual; |
![]() |
procedure SaveToFile(var aFile: TextFile); virtual; |
![]() |
property Crossover: Pointer; |
![]() |
property Handle: integer; |
![]() |
property ParentHandle: integer; |
![]() |
property ParentPointer: Pointer; |
![]() |
property Crossover: Pointer; |
![]() |
property Handle: integer; |
![]() |
property ParentHandle: integer; |
![]() |
property ParentPointer: Pointer; |