TdxBarItemActionLink.AssignClient(TObject) Method
Links an action and an item.
Declaration
procedure AssignClient(AClient: TObject); override;
Parameters
| Name | Type |
|---|---|
| AClient | TObject |
Remarks
The AClient parameter specifies a client object of the TdxBarItem type which will be associated with an action of the TAction type.
See Also