Vcl.Menus.TMenuActionLink.AssignClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignClient(AClient: TObject); override;

C++

virtual void __fastcall AssignClient(System::TObject* AClient);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuActionLink

Description

Assigns a client (menu item) that the TMenuActionLink object links to the associated action.

AssignClient in TMenuActionLink ensures that the specified AClient client is a TMenuItem menu item and saves the specified AClient client in the FClient field.

See Also