Vcl.ValEdit.TValueListStrings

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStringListSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTValueListStrings

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.

See Also