* Add Clients property to TBasicAction

This commit is contained in:
Michaël Van Canneyt 2024-02-16 15:50:51 +01:00
parent cc81e18322
commit 89f0e052df

View File

@ -2575,6 +2575,7 @@ type
property ActionComponent: TComponent read FActionComponent write SetActionComponent;
property OnExecute: TNotifyEvent read FOnExecute write SetOnExecute;
property OnUpdate: TNotifyEvent read FOnUpdate write FOnUpdate;
Property Clients[Idx : Integer] : TObject Read GetClient;
end;
TActionEvent = procedure(Action: TBasicAction; var Handled: Boolean) of object;