IForeSub.IsStatic

Syntax

IsStatic: Boolean;

Description

The IsStatic property returns the correspondence attribute to static procedure/function.

Comments

The property returns True, if procedure/function is described in global assembly namespace or in the class and has the Shared. Otherwise, this property returns False.

Example

The example of use is given in description of the IForeAssembly.BindToClass method.

See also:

IForeSub