IForeProperty.IsDefault

Syntax

IsDefault: Boolean;

Description

The IsDefault property returns whether it is a default property.

Comments

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

Example

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

See also:

IForeProperty