RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParaAttributes.Create Constructor

Creates an instance of TParaAttributes.

Pascal
constructor Create(AOwner: TCustomRichEdit);
C++
__fastcall TParaAttributes(TCustomRichEdit AOwner);

Do not call the constructor for a TParaAttributes object, as the properties of a TParaAttributes object are not valid outside of a TCustomRichEdit object. Create is called from the constructor of a rich edit control that uses TParaAttributes

 

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