RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolButton.AssignTo Method

Called when a button is used in an assignment.

Pascal
procedure AssignTo(Dest: TPersistent); override;
C++
virtual __fastcall AssignTo(TPersistent * Dest);

The Assign method of the destination object specified by Dest calls AssignTo if it doesn't know how to copy the methods of a tool button. AssignTo copies properties if Dest is a TCustomAction descendant. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!