Преглед на файлове

* Add Clients property to TBasicAction

Michaël Van Canneyt преди 1 година
родител
ревизия
89f0e052df
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      rtl/objpas/classes/classesh.inc

+ 1 - 0
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;