Vcl.ValEdit.TValueListStrings.ItemProps
Delphi
property ItemProps[const KeyOrIndex: Variant]: TItemProp read GetItemProp write PutItemProp;
C++
__property TItemProp* ItemProps[const System::Variant KeyOrIndex] = {read=GetItemProp, write=PutItemProp};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListStrings |
説明
項目値のプロパティを表します。
ItemProps プロパティを使用すると、TValueListEditor クラスから項目のプロパティの読み込みや変更が可能です。