IForeProperty.IsStatic

Syntax

IsStatic: Boolean;

Description

The IsStatic property returns whether it is a static property.

Comments

The property returns True if a custom property in the class is described with the Shared directive.

Example

The example of use is given in description of the IForeClass.PropertyItem method.

See also:

IForeProperty