JVCL Help:TParaAlignment
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TParaAlignment type
Search in JVCL Help
Search in all projectsSummary
Enumerates kinds of paragraph alignments.
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. |
Description
The TParaAlignment type is used to specify how a paragraph is aligned in a rich edit control.
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