FMX.ImgList.TLayer.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 TLayer


説明

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

SetCollection メソッドでは、この TLayer レイヤを、その現在の所属先である TLayers コレクションから削除して、Value で指定されたレイヤ コレクションに追加します。

ValueTLayers 型のオブジェクトでない場合は、SetCollection で例外が発生します。

関連項目