Table of Contents

ScriptValueIsOrdinal Method

Verifies if the specified script value is holds an ordinal value (integer or enumerated types). Returns true if value is string, false otherwise.

Syntax

Unit: atScript

function ScriptValueIsOrdinal(const Value: Variant): Boolean;

Parameters

<-> Parameter Type Description
const Value Variant Script value to be tested.