Vcl.ValEdit.TValueListStrings.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[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.

See Also