VirtualDAC

TDAConditions.Items Property(Indexer)

Used to iterate through all conditions.

Class

TDAConditions

Syntax

property Items[Index: Integer]: TDACondition; default;

Parameters
Index
Holds an index in the range 0..Count - 1.

Remarks

Use the Items property to iterate through all conditions. Index identifies the index in the range 0..Count - 1. Items can reference a particular condition by its index, but the Condition property is preferred in order to avoid depending on the order of the conditions.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback