Returns the CQGConditionResult by its index.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal index_ As Long _ ) As CQGConditionResult |
- index_
- Zero-based index of item in the collection
The corresponding collection item, represented as CQGConditionResult object
CQGConditionResult will be created upon request and passed to the user without storing it.
Two sequential requests for the same record may return different objects.