Vcl.ValEdit.TValueListStrings.ItemProps
Delphi
property ItemProps[const KeyOrIndex: Variant]: TItemProp read GetItemProp write PutItemProp;
C++
__property TItemProp* ItemProps[System::Variant KeyOrIndex] = {read=GetItemProp, write=PutItemProp};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListStrings |
Description
Represents the item's value properties.
Use ItemProps to read or change the properties of an item from the TValueListEditor class.