RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor Class

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

Pascal
TValueListEditor = class(TCustomDrawGrid);
C++
class TValueListEditor : public TCustomDrawGrid;

ValEdit

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. 

 

TStringList 

TStrings 

Value List Editors (VCL Only)

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!