Converts a TWindowState enumeration value to its String representation.
Source position: forms.pp line 1943
function WindowStateToStr( |
const State: TWindowState |
):string; |
State |
|
TWindowState enumeration value converted in the routine. |
String representing the specified enumeration value.
WindowStateToStr is a String function used to get the string representation for the TWindowState enumeration value in the State argument. Calls GetEnumName in lazutilities to get the String representation for the value in State.
GetEnumName |
CT Web help |
CodeTyphon Studio |