Vcl.ValEdit.TValueListStrings
Delphi
TValueListStrings = class(TStringList)
C++
class PASCALIMPLEMENTATION TValueListStrings : public System::Classes::TStringList
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | Vcl.ValEdit |
Description
Maintains a key-value list.
TValueListStrings is used to store and manipulate the key-value pairs in the value list editor. The TValueListStrings class is used internally and should not be used outside its scope.