RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.ItemProps Property

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

Pascal
property ItemProps [const KeyOrIndex: Variant]: TItemProp;
C++
__property TItemProp ItemProps[Variant const KeyOrIndex];

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).

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!