API: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 プロパティの値を設定します。 {{#multireplace:FMX.ImgList.TCustomDestinationItem.SetCollection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Classes.TCollectionItem.SetCollection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Classes.TCollectionItem.SetCollection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

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

関連項目