RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScroller.Create Constructor

Creates an instance of TScroller.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TScroller(TComponent * AOwner);

Call TScroller to create an instance of TScroller at runtime. TScroller allocates the memory for the TScroller object and initializes  

Width to 24 and Height to 13 

Min and Max to 0 

Position to 0 

Change to 1 

The AOwner parameter specifies the component (usually the form) that is responsible for freeing the scroller. 

 

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