RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.Assign Method

Copies the contents of another, similar object.

Pascal
procedure Assign(Source: TPersistent); override;
C++
virtual __fastcall Assign(TPersistent * Source);

Call Assign to copy the properties or other attributes of one object from another. In particular, copy the Categories, ButtonHeight, ButtonWidth, ButtonOptions properties. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!