RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls.TFNDrawText Type

TFNDrawText represents the procedure type for the events that specify the details of the Text property of a control.

Pascal
TFNDrawText = procedure (DC: HDC; const Text: UnicodeString; var TextRect: TRect; TextFlags: Cardinal) of object;
C++
(DC: HDC; const Text: UnicodeString; var TextRect: TRect; TextFlags: Cardinal) ( TFNDrawText)();

A variable of TFNDrawText type references an event that occurs when creating a control and specifies the details of the Text property. 

 

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