RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit.Create Constructor

Creates an instance of TCustomRichEdit.

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

Call Create to create an instance of TCustomRichEdit at runtime. Rich edit controls added to forms at design time are created automatically. 

AOwner is a component, typically the form, that becomes the value of the Owner property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!