ValuesOnQuery: Boolean;
ValuesOnQuery: boolean;
The ValuesOnQuery property determines whether the values dictionary is based on a query.
Available values:
True. Values dictionary is based on the query. The query text is determined by the IMetaAttributes.SelectQueryText property returned by the IRubricator.Values.Attributes property.
False. Values dictionary is not based on a query.
The property use is given in the example for IRubricator.FactsOnQuery.
See also: