JVCL Help:TJvErrorBlinkStyle

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

Search in JVCL Help

 
Search in all projects
 

Summary

The type used for the BlinkStyle property in an error indicator component.

run\JvErrorIndicator.pas


Pascal

 run\JvErrorIndicator.pas
 TJvErrorBlinkStyle = (
ebsAlwaysBlink,
ebsBlinkIfDifferentError,
ebsNeverBlink
);


Members

Members Description
ebsAlwaysBlink The error icon is always blinked on and off.
ebsBlinkIfDifferentError The error icon is only blinked if the error message has changed since the previous blink.
ebsNeverBlink The error icon is never blinked.

run\JvErrorIndicator.pas


Description

TJvErrorBlinkStyle defines the allowable values for the BlinkStyle property in TJvErrorIndicator.

run\JvErrorIndicator.pas


About

Navigation

no pages or subcategories

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