JVCL Help:TJvHintSource

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the available hint sources for controls that can have multiple hints depending on the location of the mouse.

run\JvComCtrls.pas


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).

run\JvComCtrls.pas


Description

TJvHintSource is used in TJvPageControl to determine the hint to display when the user moves the mouse over the control.

run\JvComCtrls.pas


About

Navigation

no pages or subcategories

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