MetaSource.AllowHasData

Syntax

AllowHasData: Boolean;

Description

The AllowHasData property determines whether to check if there are new data for model.

Comments

Available values:

The property value is set by the setAllowHasData method and returned by the getAllowHasData method. Value cannot be set from JSON.

Example

The example of property use is given in description of the MetaTree constructor.

See also:

MetaSource