[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Stores the specified value as the client for the linked action.
Source position: menus.pp line 70
protected procedure TMenuActionLink.AssignClient( |
AClient: TObject |
); override; |
AClient |
|
Object instance which is the client for the linked action in the menu. |
Overridden in TMenuActionLink to ensure that the value in AClient is cast to the TMenuItem type used for the internal client.
Version 4.0 | Generated 2025-05-03 | Home |