IApplicationGlobals.RemoveAt

Syntax

RemoveAt(Index: Integer): Boolean;

Parameters

Index. Index of a global variable.

Description

The RemoveAt method removes a global variable with the specified index.

Comments

The method returns True if a global variable is removed successfully.

See also:

IApplicationGlobals