Vcl.Graphics.GraphicFilter

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

Delphi

function GraphicFilter(GraphicClass: TGraphicClass): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall GraphicFilter(TGraphicClass GraphicClass);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics


説明

[ファイルを開く] ダイアログ ボックスまたは [ファイル名を付けて保存] ダイアログ ボックスの Filter プロパティと互換性のあるファイル フィルタを返します。

GraphicFilter を呼び出すと、[開く]、[画像を開く]、[画像を保存]、または [保存] ダイアログ ボックスの Filter プロパティの値を取得できます。GraphicClass パラメータには、次のいずれかの値を指定できます: TBitmap、TGraphic、TIcon、TMetafile、または、TGraphic のユーザー定義の下位オブジェクト。

以下は、AllFilter パラメータが True の場合に、各組み込みグラフィック クラスに対して返される文字列です(AllFilter が False の場合、「All」というラベルは省略されます)。



グラフィック クラス 返されるフィルタ文字列

TBitmap

ビットマップ (*.bmp;*.png;*.xpm)|*.bmp;*.png;*.xpm

TIcon

アイコン (*.ico)|*.ico

TGraphic

すべて (*.bmp;*.png;*.xpm*.ico)|*.bmp;*.png;*.xpm*.ico|ビットマップ (*.bmp;*.png;*.xpm)|*.bmp;*.png;*.xpm|アイコン (*.ico)|*.ico



グラフィック クラス 返されるフィルタ文字列

TBitmap

ビットマップ (*.bmp)|*.bmp

TIcon

アイコン (*.ico)|*.ico

TMetafile

すべて (*.emf;*.wmf)|*.emf;*.wmf|拡張メタファイル (*.emf)|*.emf|メタファイル(*.wmf)|*.wmf

TGraphic

すべて (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf; *.wmf|ビットマップ (*.bmp)|*.bmp|アイコン (*.ico)|*.ico|拡張メタファイル (*.emf)|*.emf|メタファイル(*.wmf)|*.wmf



関連項目


コード サンプル