RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScrollingWinControl.Create Constructor

Creates and initializes a new TScrollingWinControl object.

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

Use Create to create and initialize a new TScrollingWinControl object. 

AOwner is a TComponent object that owns the scrolling windowed control. 

 

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