
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:
The StateText(state) syntax has these parts:
state | States value. |
Return value | Text 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
WindowsMac OSX
Linux
BSD
iPhone IOS