Vcl.ValEdit.TItemProp.KeyDesc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyDesc: string read FKeyDesc write SetKeyDesc;

C++

__property System::UnicodeString KeyDesc = {read=FKeyDesc, write=SetKeyDesc};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TItemProp

Description

Specifies the name of the item, which appears in the names column of the Value list editor.

Set KeyDesc to specify a name for this item. This name appears in the names column of the Value list editor.

If ItemProp is not set, then the name that appears in the key column of the Value list editor is the corresponding value of the Keys property.

See Also