FMX.ImgList.TCustomDestinationItem.SetCollection

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetCollection(Value: TCollection); override;

C++

virtual void __fastcall SetCollection(System::Classes::TCollection* Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomDestinationItem

説明

Collection プロパティの値を設定します。

FMX.ImgList.TCustomDestinationItem.SetCollection は System.Classes.TCollectionItem.SetCollection を継承しています。以下の内容はすべて System.Classes.TCollectionItem.SetCollection を参照しています。

Collection プロパティの値を設定します。

SetCollection メソッドは,Collection プロパティのプロテクトされた書き込み専用の実装です。

Value は,当該の項目の追加先となるコレクションを指定します。

SetCollection は,当該の項目を,それが現在属しているコレクションから削除して,Value で指定されたコレクションに追加します。

関連項目