TROVariantList
Overview
The TROVariantList class is a specialization of the TStringList class, that
holds a list of records with a unique name and an associated value. The value may be practically
of any type (Variant
type capability). For example, the TROSession uses it
to implement the Names and Values properties.
You can use this class whenever you need a set of named values.
Location
- Unit: uROSessions.pas
- Ancestry: TDictionary<string, Variant> | TROVariantList