RAD Studio VCL Reference
|
TParaAttributes represents paragraph formatting properties for a rich edit control.
TParaAttributes = class(TPersistent);
class TParaAttributes : public TPersistent;
ComCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|