Gets a delimited list of file extensions supported for the image type.
Source position: graphics.pp line 1633
public class function TCustomIcon.GetFileExtensions: string; override; |
Delimited list of file extensions supported for the image type.
GetFileExtensions is an overridden String class function used to get a delimited list of file extensions supported for the image type. In TCustomIcon and TIcon, the return value is always 'ico'.
|
Returns a list of the file extensions available. |