ISecurityPackageLogonDataEx.IsLocal

Syntax

IsLocal(Index: Integer): Boolean;

Parameters

Index. Index of a parameter of security module.

Description

The IsLocal property returns whether it is possible to use a parameter in shared variables.

Comments

If the property returns True, the parameter can be used as the global variable.

If the property returns False, then the parameter cannot be used as the global variable.

Example

The property use is given in the example for ISecurityPackageLogonDataEx.ParamIndex

See also:

ISecurityPackageLogonDataEx