RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMaskEdit.Create Constructor

Creates an instance of TCustomMaskEdit.

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

Call Create to instantiate a masked edit control at runtime. AOwner is the component that is responsible for freeing the masked edit control (typically the form). It becomes the value of the Owner property. 

 

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