RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRichEdit.Create Constructor

Creates an instance of TDBRichEdit.

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

Call Create to instantiate a TDBRichEdit object at runtime. For TDBRichEdit objects placed on forms at design-time, the constructor is called automatically. 

Pass a single Component as a parameter to provide the TDBRichEdit object with an Owner that is responsible for freeing it.  

After calling the inherited constructor to allocate and initialize a generic rich edit object, Create  

Sets ReadOnly to true. 

Sets AutoDisplay to true. 

Creates and initializes the helper objects needed to link to a dataset. 

 

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