RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEdit.Create Constructor

Creates an instance of TCustomEdit.

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

Call Create to create and initialize an instance of TCustomEdit

AOwner is another component, typically the form, that is responsible for freeing the edit control. It becomes the value of the Owner property. 

Derived objects that override the Create method should call the inherited Create before performing any additional initialization. 

 

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