JVCL Help:TSLDHitInfo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to determine the area type of a coordinate.

run\JvSegmentedLEDDisplay.pas


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.

run\JvSegmentedLEDDisplay.pas


Description

The TSLDHitInfo type is used to specify the area type of a coordinate in a call to TJvCustomSegmentedLEDDisplay.GetHitInfo or TJvCustomSegmentedLEDDigit.GetHitInfo.

run\JvSegmentedLEDDisplay.pas


About

Navigation

no pages or subcategories

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