Data.DBXCommon.TDictionaryStringList

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDictionaryStringList = class(TNameValuesStringList)
C++
class PASCALIMPLEMENTATION TDictionaryStringList : public TNameValuesStringList
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.