UseQuery: Boolean;
UseQuery: boolean;
The UseQuery property determines whether a query should be used to get attribute values.
Available values:
True. A query defined by the IMetaAttributes.SelectQueryText property is used to get attribute values.
False. Attribute values are loaded from a data table.
The property use is given in the example for IRubricator.FactsOnQuery.
See also: