Returns the value of the specified mode. Different mode types return values as follows:
*radio button: Returns the number of the currently selected radio button (numbered left to right starting at 1.) *checkbox: Returns 1 if the checkbox is checked, 0 if it is not. *button: Always returns 0.
PROCEDURE vstGetModeValue(
inModeGroup : LONGINT;
VAR outValue : LONGINT);def vs.vstGetModeValue(inModeGroup):
return outValue| Name | Type | Description |
|---|---|---|
| inModeGroup | LONGINT | |
| outValue | LONGINT | Output parameter. |
Availability: from All Versions
This is drop-in function.