JVCL Help:TJvTabAlignment

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates types of alignments for tab stops.

run\JvRichEdit.pas


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).

run\JvRichEdit.pas


Description

Use the TJvTabAlignment type to specify a specific alignment for a tab stop.

run\JvRichEdit.pas


See Also

TJvParaAttributes.TabAlignment

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