REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.SetItem
Delphi
procedure SetItem(AIndex: integer; const AValue: TExtrasItem);
C++
HIDESBASE void __fastcall SetItem(int AIndex, TCustomBackendPush::TExtrasItem* const AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | REST.Backend.ServiceComponents.pas REST.Backend.ServiceComponents.hpp |
REST.Backend.ServiceComponents | TExtrasCollection |
説明
コレクション内の指定された項目に別の項目のプロパティをコピーします。
REST.Backend.ServiceComponents.TCustomBackendPush.TExtrasCollection.SetItem は System.Classes.TCollection.SetItem を継承しています。以下の内容はすべて System.Classes.TCollection.SetItem を参照しています。
コレクション内の指定された項目に別の項目のプロパティをコピーします。
SetItem メソッドは,Items プロパティの書き込み専用のプロテクトメソッドです。これは Index で指定された項目の Assign メソッドを呼び出すので,Value で指定された項目のプロパティがその項目にコピーされます。