GetFingerControl function
Prototype: |
function GetFingerControl : boolean; |
||||
Description: |
GetFingerControl function returns true if finger control is turned on, otherwise false. |
||||
Syntax: |
variable := GetFingerControl; |
||||
|
|||||
Return value: |
true if finger control is turned on, otherwise false |
Example:
Begin
if GetFingerControl then
ShowMessage('GetFingerControl is activated')
else
ShowMessage('GetFingerControl is not activated');
End.
Note: Finger control can be adjusted in FieldMap Settings / General / Input options
![]()
See also:
HideButton; ShowButton; SetFieldMapButtonLabel; GetFingerControl; GetButtonExpansionPercentage; GetFontExpansionPercentage
© 2024 IFER-Monitoring and Mapping Solutions