JVCL Help:TJvDrawPosition
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDrawPosition type
Search in JVCL Help
Search in all projectsSummary
Type used to define the position of the caption bar.
Pascal
run\JvCaptionPanel.pas
TJvDrawPosition = (
dpLeft,
dpTop,
dpRight,
dpBottom
);
Members
Members | Description |
dpLeft | The caption bar is aligned to left edge of the panel. |
dpTop | The caption bar is aligned to top edge of the panel. |
dpRight | The caption bar is aligned to right edge of the panel. |
dpBottom | The caption bar is aligned to bottom edge of the panel. |
Description
TJvDrawPosition is the type used to indicate the position of the caption bar.
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