Vcl.ValEdit.TValueListEditor.ItemProps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemProps[const KeyOrIndex: Variant]: TItemProp read GetItemProp write PutItemProp;

C++

__property TItemProp* ItemProps[const System::Variant KeyOrIndex] = {read=GetItemProp, write=PutItemProp};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Specifies various constraints on the way users can enter a value for each item in the list.

Use ItemProps to indicate, for each item:

  • Whether the item is read only.
  • The maximum length of strings the user can enter.
  • An edit mask that limits the strings the user can enter as a value.
  • Whether the item lets users drop down a pick list or launch a dialog to enter values.
  • A fixed set of values from which users select (a pick list).

See Also