Vcl.ComCtrls.TParaAttributes.ConsistentAttributes
Delphi
property ConsistentAttributes: TConsistentParaAttributes read GetConsistentAttributes;
C++
__property TConsistentParaAttributes ConsistentAttributes = {read=GetConsistentAttributes, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TParaAttributes |
Description
ConsistentAttributes Returns consistent paragraph attributes from the current selection.
The values are described as follows:
| Value | Meaning |
|---|---|
|
cpaAlignment |
The alignment is consistent in the selection. |
|
cpaNumbering |
The numbering is consistent in the selection. |
|
cpaFirstIndent |
FirstIndent is consistent in the selection. |
|
cpaLeftIndent |
LeftIndent is consistent in the selection. |
|
cpaRightIndent |
RightIndent is consistent in the selection. |
|
cpaTabStops |
Tab settings are consistent in the selection. |