RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextAttributes.AssignTo Method

Enables the properties of a TTextAttributes object to be assigned to a TFont object.

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

TTextAttributes overrides AssignTo to enable its font properties to be assigned to a TFont object. Applications should not call AssignTo. It is called when the Assign method of the TFont object is called. AssignTo copies the Charset, Color, Name, Style, Size, and Pitch properties to the TFont object. 

 

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