Data.DBXCommon.TDictionaryStringList
Delphi
TDictionaryStringList = class(TNameValuesStringList)
C++
class PASCALIMPLEMENTATION TDictionaryStringList : public TNameValuesStringList
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
TStringList with a dictionary to improve performance for managing key/value pairs. This TStringList implementation does not support operations that change the location of a key in the list, such as Delete, Insert, and Exchange.