type TSpiritHolder = class()
Constructor Create( aParentList: TObjectList; aManager: TForm; aSpiritBar: TToolBar; aThing: AIThing); |
|
Destructor Destroy; override; |
|
procedure Hide; |
|
procedure OnDown(Sender: TObject); |
|
procedure Show; |
Constructor Create( aParentList: TObjectList; aManager: TForm; aSpiritBar: TToolBar; aThing: AIThing); |
Destructor Destroy; override; |
procedure Hide; |
procedure OnDown(Sender: TObject); |
procedure Show; |
property ParentList: TObjectList; |
|
property SpiritButton: TDynamicToolButton; |
|
property SpiritForm: TfmSpirit; |
|
property Thing: AIThing; |
|
property Visible: boolean; |
property ParentList: TObjectList; |
property SpiritButton: TDynamicToolButton; |
property SpiritForm: TfmSpirit; |
property Thing: AIThing; |
property Visible: boolean; |