JVCL Help:TJvHintSource
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvHintSource type
Search in JVCL Help
Search in all projectsSummary
Defines the available hint sources for controls that can have multiple hints depending on the location of the mouse.
Pascal
run\JvComCtrls.pas
TJvHintSource = (
hsDefault,
hsForceMain,
hsForceChildren,
hsPreferMain,
hsPreferChildren
);
Members
Members | Description |
hsDefault | Display the default hint. |
hsForceMain | If no main hint is available, display nothing. |
hsForceChildren | If no child hint is available, display nothing. |
hsPreferMain | If no main hint is available, display a child hint (if available). |
hsPreferChildren | If no child hint is available, display the main hint (if available). |
Description
TJvHintSource is used in TJvPageControl to determine the hint to display when the user moves the mouse over the 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