JVCL Help:TJvErrorBlinkStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvErrorBlinkStyle type
Search in JVCL Help
Search in all projectsSummary
The type used for the BlinkStyle property in an error indicator component.
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. |
Description
TJvErrorBlinkStyle defines the allowable values for the BlinkStyle property in TJvErrorIndicator.
About
no pages or subcategories
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