Indexed access to conditional destination strings
Source position: fpmkunit.pp line 523
public property TConditionalDestStrings.ConditionalStrings[Index: Integer] : TConditionalDestString |
ConditionalStrings provides indexed access to individual TConditionalDestString items in the collection.
This property enables array-style access to retrieve or modify specific conditional destination strings by their position.
The index must be within the valid range from 0 to Count-1 to avoid range check errors.