NativeDelegate.HandleName

Syntax

HandleName: String;

Description

The HandleName property determines event handler name.

Comments

Use JSON or the setHandleName method to set the property value and the getHandleName method to get the property value.

Example

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

See also:

NativeDelegate