JVCL Help:TJvTabAlignment
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTabAlignment type
Search in JVCL Help
Search in all projectsSummary
Enumerates types of alignments for tab stops.
Pascal
run\JvRichEdit.pas
TJvTabAlignment = (
taOrdinary,
taCenter,
taRight,
taDecimal,
taVertical
);
Members
Members | Description |
taOrdinary | Ordinary tab. |
taCenter | Center tab. |
taRight | Right-aligned tab. |
taDecimal | (Aligns a decimal point at the tab stop: text or numbers without a decimal point extend to the left of the tab stop) |
taVertical | Word bar tab (vertical bar). |
Description
Use the TJvTabAlignment type to specify a specific alignment for a tab stop.
See Also
TJvParaAttributes.TabAlignment
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