Vcl.ValEdit.TValueListEditor

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Grids.TCustomDrawGridVcl.Grids.TCustomGridVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTValueListEditor

Delphi

TValueListEditor = class(TCustomDrawGrid)

C++

class PASCALIMPLEMENTATION TValueListEditor : public Vcl::Grids::TCustomDrawGrid

Properties

Type Visibility Source Unit Parent
class public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit Vcl.ValEdit

Description

TValueListEditor provides a simple way to edit string lists that contain name/value pairs.

Use TValueListEditor to let users edit string lists that consist of strings with the form Name=Value. By default, the names appear in a column headed "Key", and the values in a column headed "Value", although you can customize these labels. You can control whether users can select, add, or edit the strings in the Key column. For each entry in the Value column, you can let users edit the string, supply a drop-down list from which they can select values, or provide a dialog in which they can edit values.

See Also