mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 11:49:17 +02:00
* Add Clients property to TBasicAction
This commit is contained in:
parent
cc81e18322
commit
89f0e052df
@ -2575,6 +2575,7 @@ type
|
|||||||
property ActionComponent: TComponent read FActionComponent write SetActionComponent;
|
property ActionComponent: TComponent read FActionComponent write SetActionComponent;
|
||||||
property OnExecute: TNotifyEvent read FOnExecute write SetOnExecute;
|
property OnExecute: TNotifyEvent read FOnExecute write SetOnExecute;
|
||||||
property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;
|
property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;
|
||||||
|
Property Clients[Idx : Integer] : TObject Read GetClient;
|
||||||
end;
|
end;
|
||||||
TActionEvent = procedure(Action: TBasicAction; var Handled: Boolean) of object;
|
TActionEvent = procedure(Action: TBasicAction; var Handled: Boolean) of object;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user