JVCL Help:TJvBalloonPosition

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines values that determine the position of a balloon hint.

run\JvBalloonHint.pas


Pascal

 run\JvBalloonHint.pas
 TJvBalloonPosition = (
bpAuto,
bpLeftDown,
bpRightDown,
bpLeftUp,
bpRightUp
);


Members

Members Description
bpAuto Automatically positions the balloon depending on its initial position on the screen.
bpLeftDown Positions the balloon on the lower left of the stem.
bpRightDown Positions the balloon on the lower right of the stem.
bpLeftUp Positions the balloon on the upper left of the stem.
bpRightUp Positions the balloon on the upper right of the stem.

run\JvBalloonHint.pas


Description

TJvBalloonPosition values determine the position of a balloon hint.

run\JvBalloonHint.pas


About

Navigation

no pages or subcategories

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