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

PropertiesInputKeyboardGet

Reads the values set on the Input | Keyboard Command tab of the Object Properties dialog for the current object.

Syntax

PropertiesInputKeyboardGet(Index, KeySequence, Command, Area, Privilege, LogMessage)

Index:

0 to 255 for the key sequence.

KeySequence:

String of the keys to be pressed.

Command:

Expression for the key sequence command.

Area:

0 to 255 for the area, where 0 ticks the checkbox Same area as object.

Privilege:

0 to 255 for the privilege, where 0 ticks the checkbox Same privilege as object.

LogMessage:

The message text to be logged.

Return Value

The requested values, as a string.

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

Related Functions

PropertiesInputKeyboardPut