JVCL Help:TJvShowDesignCaption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvShowDesignCaption type
Search in JVCL Help
Search in all projectsSummary
Represents design-time caption positions for the TJvCustomPageList component.
Pascal
run\JvPageList.pas
TJvShowDesignCaption = (
sdcNone,
sdcTopLeft,
sdcTopCenter,
sdcTopRight,
sdcLeftCenter,
sdcCenter,
sdcRightCenter,
sdcBottomLeft,
sdcBottomCenter,
sdcBottomRight,
sdcRunTime
);
Members
Members | Description |
sdcNone | Does not display a design-time caption. |
sdcTopLeft | Show the design-time caption in the top left corner of the page. |
sdcTopCenter | Show the design-time caption in the center of the page. |
sdcTopRight | Show the design-time caption in the top right of the page. |
sdcLeftCenter | Show the design-time caption in the left center of the page. |
sdcCenter | Show the design-time caption in the center of the page. |
sdcRightCenter | Show the design-time caption in the right center of the page. |
sdcBottomLeft | Show the design-time caption in the bottom left corner of the page. |
sdcBottomCenter | Show the design-time caption in the bottom center of the page. |
sdcBottomRight | Show the design-time caption in the bottom right corner of the page. |
sdcRunTime | Show the design-time caption at runtime. |
Description
The type of the ShowDesignCaption property of the TJvCustomPageList component.
TJvShowDesignCaption can have one of the following values:
sdcNone |
sdcTopLeft |
sdcTopCenter |
sdcTopRight |
sdcLeftCenter |
sdcCenter |
sdcRightCenter |
sdcBottomLeft |
sdcBottomCenter |
sdcBottomRight |
sdcRunTime |
See Also
TJvCustomPageList.ShowDesignCaption
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