JVCL Help:TParaAlignment

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates kinds of paragraph alignments.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TParaAlignment = (
paLeftJustify,
paRightJustify,
paCenter,
paJustify
);


Members

Members Description
paLeftJustify Paragraphs are aligned with the left margin.
paRightJustify Paragraphs are aligned with the right margin.
paCenter Paragraphs are centered.
paJustify Rich edit controls earlier than Rich Edit 3.0 display the text aligned with the left margin.

run\JvRichEdit.pas


Description

The TParaAlignment type is used to specify how a paragraph is aligned in a rich edit control.

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