FMX.ImgList.TSourceCollection.AddOrSet

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

Delphi

function AddOrSet(const SourceName: string; const Scales: array of Single; const FileNames: array of string;
const TransparentColor: TColor = TColors.SysNone; const Width: Integer = 0;
const Height: Integer = 0): TCustomSourceItem;

C++

TCustomSourceItem* __fastcall AddOrSet(const System::UnicodeString SourceName, const float *Scales, const int Scales_High, const System::UnicodeString *FileNames, const int FileNames_High, const System::Uitypes::TColor TransparentColor = (System::Uitypes::TColor)(0x1fffffff), const int Width = 0x0, const int Height = 0x0);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TSourceCollection


説明

複数のファイルをコレクションに追加または置き換えます。