RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.Create Constructor

Creates an instance of TInplaceEdit.

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

Do not create instances of TInplaceEdit. These are created automatically by the grid that uses the editor. 

AOwner specifies the Owner for the editor. This is the component that is responsible for freeing the TInplaceEdit instance. 

Create overrides the default constructor to make sure that the control has no border to provide a visual indication that the control exists. 

 

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