JVCL Help:TJvTabLeader

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 tab leaders.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TJvTabLeader = (
tlNone,
tlDotted,
tlDashed,
tlUnderlined,
tlThick,
tlDouble
);


Members

Members Description
tlNone No leader.
tlDotted Dotted leader.
tlDashed Dashed leader.
tlUnderlined Underlined leader.
tlThick Thick line leader.
tlDouble Double line leader.

run\JvRichEdit.pas


Description

Use the TJvTabLeader type to specify a specific leader type for a tab stop.

run\JvRichEdit.pas


See Also

TJvParaAttributes.TabLeader

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