[Read/Write] This property acts as a filter for the component collection to limit the items to variables or all components. If it is true, the Count will include only variables, and if it is false, it will include all variables and components. Likewise, if you use an integer as the index with the Item method, the components you can retrieve will be either all components or only variables. (Even with this property set to true, you can refer to any component using the Item method if you specify the component name and type instead of just the index number.) The default value for this property is true.
This property was introduced with the release of HotDocs 2006.
bool OnlyVariables [ set, get ]