NativeDelegate.IsTouchDisabled

Syntax

IsTouchDisabled: Boolean;

Description

The IsTouchDisabled property determines whether the event is generated by touching the appropriate control.

Comments

Use JSON or the setIsTouchDisabled method to set the property value and the getIsTouchDisabled method to get the property value.

Available Values:

Example

The example of use is given on the page with description of the NativeDelegate constructor.

See also:

NativeDelegate