RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabel.Paint Method

Draws the image of the label.

Pascal
procedure Paint; override;
C++
virtual __fastcall Paint();

Paint is called automatically when the label receives a WM_PAINT message from its Parent. Paint writes the text returned by the GetLabelText method. 

 

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