IsStatic: Boolean;
The IsStatic property returns whether it is a static property.
The property returns True if a custom property in the class is described with the Shared directive.
The example of use is given in description of the IForeClass.PropertyItem method.
See also: