Gets the file extensions supported for the image type.
Source position: graphics.pp line 1475
public class function TBitmap.GetFileExtensions: string; override; |
File extensions used for the image type.
GetFileExtensions is an overridden String class function used to get a delimited list of file extensions used for graphic files supported in the class. The '.' character is omitted from file extension(s), and extensions are separated by a SemiColon (;) character.
In TBitmap, the method returns the value 'bmp' for the Windows Bitmap format supported in the class.
|
Returns a list of the file extensions available for the image type. |
|
|
Returns a list of the file extensions available. |
| Version 4.4 | Generated 2025-11-08 | Home |