IApplicationGlobals.RemoveAt

Syntax

RemoveAt(Index: Integer): Boolean;

Parameters

Index. Index of a global variable.

Description

The RemoveAt method removes the global variable, which index is passed as the Index input parameter, and returns True in case of success.

See also:

IApplicationGlobals