Technical Reference > Graphics Builder Automation Interface > Dynamic Properties Functions > PropertiesInputTouchPut

PropertiesInputTouchPut

Sets the values on the Input | Touch tab of the Object Properties dialog for the current object.

Syntax

PropertiesInputTouchPut(Action, Expression, LogMessage, RepeatRate)

Action:

The type of keyboard action:

Expression:

The expression configured for the selected keyboard action (either up, down or repeat).

LogMessage:

The message text to be logged.

RepeatRate:

A value between 1 and 32000 representing the repeat rate in milliseconds.

Return Value

0 (zero) if successful, otherwise an error is returned.

Note: For details on handling return and error values, see Error Handling.

Related Functions

PropertiesInputTouchGet