JVCL Help:TJvLED.Status

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

Search in JVCL Help

 
Search in all projects
 

Summary

Status of the LED.


Pascal

 propertyStatus: Boolean;


Description

Status determines if the LED is on or off. Read Status to retrieve the current status or set it to a new value. If Status is set to True, the LED is on and rendered in the color specified by ColorOn. If Status is set to False, the LED is off and rendered in the color specified by ColorOff. If blinking is enabled (Active = True), Status will be toggled every Interval milliseconds.


About

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