RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScroller.Paint Method

Paints the image of the TScroller object into its canvas.

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

Paint is called automatically in response to WM_PAINT messages. Paint paints the arrow buttons, graying them out when Position cannot be moved in the associated direction. 

 

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