|
RAD Studio VCL Reference
|
Assigns a client control that is linked to the associated action.
procedure AssignClient(AClient: TObject); override;
virtual __fastcall AssignClient(TObject * AClient);
TControlActionLink overrides AssignClient to ensure that the client for the action descends from TControl. Descendants of TControlActionLink can further limit the type of client associated with the link.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|