RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBMemo.Create Constructor

Creates an instance of TDBMemo.

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

Call Create to create and initialize an instance of TDBMemo. Create overrides the inherited constructor to initialize the data handling aspects of a TDBMemo

AOwner is the component, typically the form, that is responsible for freeing the DB memo instance. 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!