[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if the specified resource type is valid for the image format.
Source position: graphics.pp line 1446
public function TFPImageBitmap.LazarusResourceTypeValid( |
const ResourceType: string |
):Boolean; override; |
ResourceType |
|
Resource type examined in the method. |
True when the resource type name is one file extensions for the image format.
LazarusResourceTypeValid is a Boolean function used to determine if the value in ResourceType is a valid resource type for the image format.
LazarusResourceTypeValid is an overridden method, and re-implements the method defined in the ancestor class. The return value is True when ResourceType contains is one the file extensions returned from IsFileExtensionSupported. The return value is False if ResourceType contains any other value.
LazarusResourceTypeValid is used in the implementation of the LoadFromLazarusResource method.
|
Indicates whether the given file extension is supported for the image type. |
|
|
Determines if the specified resource type is valid for the image format. |
|
|
Determines if the specified resource type is valid for the image format. |
|
|
Load the graphic data from a Lazarus Resource (.lrs) file. |
Version 4.0 | Generated 2025-05-03 | Home |