TdxTokenEditTokens.Items Property
Provides zero-based indexed access to individual tokens.
Declaration
property Items[Index: Integer]: TdxTokenEditToken read; write; default;
Property Value
Type |
---|
TdxTokenEditToken |
Remarks
The zero-based index of a token within the collection is passed as the Index parameter. To identify the number of available tokens, use the Count property.
See Also