JVCL Help:TJvAnimationStyle

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 animation style of a balloon hint.

run\JvBalloonHint.pas


Pascal

 run\JvBalloonHint.pas
 TJvAnimationStyle = (
atNone,
atSlide,
atRoll,
atRollHorNeg,
atRollHorPos,
atRollVerNeg,
atRollVerPos,
atSlideHorNeg,
atSlideHorPos,
atSlideVerNeg,
atSlideVerPos,
atCenter,
atBlend
);


Members

Members Description
atNone No animation.
atSlide Slides the window from bottom to top or from top to bottom depending on the position of the balloon.
atRoll Rolls the window from bottom to top or from top to bottom depending on the position of the balloon.
atRollHorNeg Rolls the window from right to left.
atRollHorPos Rolls the window from left to right.
atRollVerNeg Rolls the window from bottom to top.
atRollVerPos Rolls the window from top to bottom.
atSlideHorNeg Slides the window from right to left.
atSlideHorPos Slides the window from left to right.
atSlideVerNeg Slides the window from bottom to top.
atSlideVerPos Slides the window from top to bottom.
atCenter Makes the window appear to expand outward.
atBlend Uses a fade effect.

run\JvBalloonHint.pas


Description

TJvAnimationStyle values determine the animation style 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