Returns a file mask that specifies the valid extensions for a graphic class.
function GraphicFileMask(GraphicClass: TGraphicClass): string;
AnsiString GraphicFileMask(TGraphicClass GraphicClass);
Graphics
Call GraphicFileMask to obtain a mask to determine the file extensions associated with a graphic class. The GraphicClass parameter can specify one of these values: TBitmap, TGraphic, TIcon, TMetafile, or a user-defined descendant of TGraphic. These are the strings that are returned for each built-in graphics class:
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|