JVCL Help:TJvStyleHandlerStatus

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 possible animation states of a desktop alert window

run\JvDesktopAlert.pas


Pascal

 run\JvDesktopAlert.pas
 TJvStyleHandlerStatus = (
hsIdle,
hsStartAnim,
hsEndAnim,
hsDisplay
);


Members

Members Description
hsIdle The animation is idle.
hsStartAnim The animation is in its start stage.
hsEndAnim The animation is in its end stage.
hsDisplay The animation is in its display stage.

run\JvDesktopAlert.pas


Description

TJvStyleHandlerStatus is the type of the Status property of a TJvCustomDesktopAlertStyleHandler component and indicates the current animation stage of the alert window.

run\JvDesktopAlert.pas


About

Navigation

no pages or subcategories

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