RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitBtnActionLink.AssignClient Method

Assigns a client control that is linked to the associated action.

Pascal
procedure AssignClient(AClient: TObject); override;
C++
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!