Back to product page

StateText method


Returns text representation of the state.

Type

String.

Syntax

  • C++
static const char *StateText(States state);
The StateText(state) syntax has these parts:
stateStates value.
Return valueText representation of the state.

Remarks

This method will return text representation of the state, in English. You can use it to show user-friendly information in your application. Usually you will use this method in StateChange event.

Platforms

Windows
Mac OSX
Linux
BSD
iPhone IOS