XMLContentModel.Quant
From Xojo Documentation
Property (As Integer )
aXMLContentModel.Quant = newIntegerValue
or
IntegerValue = aXMLContentModel.Quant
Supported for all project types and targets.
or
IntegerValue = aXMLContentModel.Quant
Supported for all project types and targets.
XML Content Quant.
Notes
Here are the constants that can be compared to the value of the Quant property:
Value | Constant |
---|---|
0 | XML_CQUANT_NONE |
1 | XML_CQUANT_OPT |
2 | XML_CQUANT_REP |
3 | XML_CQUANT_PLUS |