JVCL Help:TSLDHitInfo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TSLDHitInfo type
Search in JVCL Help
Search in all projectsSummary
Type used to determine the area type of a coordinate.
Pascal
run\JvSegmentedLEDDisplay.pas
TSLDHitInfo = (
shiNowhere,
shiDigit,
shiDigitSegment,
shiClientArea
);
Members
Members | Description |
shiNowhere | Specified coordinate does not belong to the control or digit. |
shiDigit | Specified coordinate belongs to a/the digit. |
shiDigitSegment | Specified coordinate belongs to a segment of a/the digit. |
shiClientArea | Specified coordinate belongs to the client area of the control. |
Description
The TSLDHitInfo type is used to specify the area type of a coordinate in a call to TJvCustomSegmentedLEDDisplay.GetHitInfo or TJvCustomSegmentedLEDDigit.GetHitInfo.
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