JVCL Help:TJvShowDesignCaption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents design-time caption positions for the TJvCustomPageList component.

run\JvPageList.pas


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.

run\JvPageList.pas


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

run\JvPageList.pas


See Also

TJvCustomPageList.ShowDesignCaption

run\JvPageList.pas


About

Navigation

no pages or subcategories

run\JvPageList.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