RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabeledEdit.Create Constructor

Creates an instance of TCustomLabeledEdit.

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

Call Create to instantiate a labeled edit control. AOwner specifies a component, typically the form, that is responsible for freeing the labeled edit control. 

 

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