RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.Create Constructor

Creates and initializes new TValueListEditor object.

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

Call Create to create a value list editor component at runtime. TValueListEditor components added to forms at design time are created automatically. 

The AOwner parameter specifies another component (typically the form) that is responsible for freeing the TValueListEditor instance. 

 

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