Vcl.Graphics.GraphicFileMask
Delphi
function GraphicFileMask(GraphicClass: TGraphicClass): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall GraphicFileMask(TGraphicClass GraphicClass);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
説明
グラフィック クラスの有効な拡張子を指定するファイル マスクを返します。
GraphicFileMask 関数を呼び出すと、グラフィック クラスと関連付けられているファイル拡張子を決めるマスクを取得できます。GraphicClass パラメータの値には、TBitmap、TGraphic、TIcon、TMetafile、またはユーザーが定義した TGraphic の下位オブジェクトのいずれかを指定できます。以下に、組み込みグラフィック クラスごとに返される文字列を示します。
グラフィック クラス | 返されるフィルタ文字列 |
---|---|
TBitmap |
|
TIcon |
|
TMetafile |
|
TGraphic |
|
TGraphic |
|