JVCL Help:TJvConsistentAttribute

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Identifies specific properties of a TJvTextAttributes object.

run\JvRichEdit.pas


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.

run\JvRichEdit.pas


Description

The TJvConsistentAttribute type is used to identify a specific property of a TJvTextAttributes object.
TJvConsistentAttributes is a set of TJvConsistentAttribute values.

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

run\JvRichEdit.pas



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