RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParaAttributes Class

TParaAttributes represents paragraph formatting properties for a rich edit control.

Pascal
TParaAttributes = class(TPersistent);
C++
class TParaAttributes : public TPersistent;

TParaAttributes includes a number of properties that describe the formatting characteristics of a paragraph in a rich text document. TParaAttributes is tailored to allow a descendant of TCustomRichEdit to read and write formatting characteristics of selected paragraphs. The properties of a TParaAttributes object are invalid unless it is owned by a descendant of TCustomRichEdit

 

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