VarToBoolean Method
Converts a variant to boolean. Value is false if variant is zero, true otherwise.
Syntax
Unit: atScript
function VarToBoolean(v: Variant): Boolean;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| v | Variant |
Converts a variant to boolean. Value is false if variant is zero, true otherwise.
Unit: atScript
function VarToBoolean(v: Variant): Boolean;
| <-> | Parameter | Type | Description |
|---|---|---|---|
| v | Variant |