TdxTokenEditTokens.Items Property
In This Article
Provides zero-based indexed access to individual tokens.
#Declaration
Delphi
property Items[Index: Integer]: TdxTokenEditToken read; write; default;
#Property Value
Type |
---|
Tdx |
#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