JVCL Help:TJvConsistentAttribute
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvConsistentAttribute type
Search in JVCL Help
Search in all projectsSummary
Identifies specific properties of a TJvTextAttributes object.
Pascal
run\JvRichEdit.pas
TJvConsistentAttribute = (
caBold,
caColor,
caFace,
caItalic,
caSize,
caStrikeOut,
caUnderline,
caProtected,
caOffset,
caHidden,
caCharset,
caLink,
caBackColor,
caDisabled,
caWeight,
caSubscript,
caRevAuthor
);
TJvConsistentAttributes = setof TJvConsistentAttribute;
Members
Members | Description |
caBold | The Style property, specifically the fsBold value. |
caColor | The Color property. |
caFace | The Name property. |
caItalic | The Style property, specifically the fsItalic value. |
caSize | The Size property. |
caStrikeOut | The Style property, specifically the fsStrikeOut value. |
caUnderline | The Style property, specifically the fsUnderline value. |
caProtected | The Protected property. |
caOffset | The Offset property. |
caHidden | The Hidden property. |
caCharset | Description for caCharset |
caLink | The Link property. |
caBackColor | The BackColor property. |
caDisabled | The Disabled property. |
caWeight | ?? |
caSubscript | The SubscriptStyle property. |
caRevAuthor | The RevAuthorIndex property. |
Description
The TJvConsistentAttribute type is used to identify a specific property of a TJvTextAttributes object.
TJvConsistentAttributes is a set of TJvConsistentAttribute values.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page