Converts a string to a TWindowState enumeration value.
Source position: forms.pp line 1944
function StrToWindowState( |
const Name: string |
):TWindowState; |
Name |
|
String representation for the window state enumeration value. |
TWindowState value for the specified string, or wsNormal by default.
StrToWindowState is a TWindowState function used to get the value from the TWindowState enumeration for the specified string. StrToWindowState calls the GetEnumValueDef routine in lazutilities to convert the string to its value in the TWindowState enumeration. The return value defaults to wsNormal when Name does not represent a value in the TWindowState enumeration.
GetEnumValueDef |
CT Web help |
CodeTyphon Studio |