WireLess Studio Widgets Developer's Guide
WSWDG ContentsWidgets description

Function Keys controller

The widget that triggers all the events related to the function keys

To manipulate this widget using the WStWidget class, the name "WSFunctionKeysController" or the id WS_FUNCTION_KEYS_CONTROLLER_ID can be used.

The WS_FUNCTION_KEYS_CONTROLLER_ID constant can be found on the WSTWidgetConstants enumeration.

By default this widget it's attached to all the forms.

Display: Nothing. This widget is invisible.
Input: Function keys. F1-F20, arrows and ESC key

The result of an event triggered by this widget can be retrieved using the methods GetText and GetLastEventIntValue, and can be one of the following values:

This values can be found on the WSFunctionKeys enumeration.

Common methods supported:
GetText

Related methods:
WStForm::EnableFunctionKeys
WStForm::MapArrowKeysToFunctionKeys
WStForm::GetLastEventIntValue

Visual Basic 6, Full Example: FieldDemoModule.bas.txt