RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TItemProp Class

TItemProp configures how users can edit the item values in a value list editor.

Pascal
TItemProp = class(TPersistent);
C++
class TItemProp : public TPersistent;

For each item that it allows users to edit, the TValueListEditor component maintains a TItemProp object. This object's properties govern how users can edit the value in the value list editor. 

TItemProp objects are created and owned by the value list editor that uses them to represent properties of item values (such as an edit mask or maximum length) or to supply a fixed pick list of values that users can assign to the item. 

 

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