|
RAD Studio VCL Reference
|
Creates and initializes an instance of TScrollBar.
constructor Create(AOwner: TComponent); override;
virtual __fastcall TScrollBar(TComponent * AOwner);
Call Create to create an instance of TScrollBar at runtime. Scroll bars placed on a form at design time are created automatically.
AOwner is the component that is responsible for freeing the scroll bar. This becomes the value of the Owner property.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|