diff --git a/rtl/objpas/classes/classesh.inc b/rtl/objpas/classes/classesh.inc index 19b72b61ea..ca3bbf8c0a 100644 --- a/rtl/objpas/classes/classesh.inc +++ b/rtl/objpas/classes/classesh.inc @@ -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;