RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScrollBox.Create Constructor

Creates and initializes a new TScrollBox object.

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

Use Create to create and initialize a new TScrollBox object. 

AOwner is a component, typically the form, that is responsible for freeing the scroll box. 

 

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