IsLocal(Index: Integer): Boolean;
IsLocal[Index: System.Int32] : System.Boolean
Index. Index of a parameter of security module.
The IsLocal property returns whether it is possible to use a parameter in shared variables.
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.
The property use is given in the example for ISecurityPackageLogonDataEx.ParamIndex
See also: