Field-Map Scripting

4.1.1.6.4 GetFingerControl

GetFingerControl function


Prototype:

function GetFingerControl : boolean;

Description:

GetFingerControl function returns true if finger control is turned on, otherwise false.

Syntax:

variable := GetFingerControl;


Part

Description

variable

variable declared as boolean




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