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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!