Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGPImageCodecGIF.ID Method

Returns the deprecated format identifier that corresponds to the GIF image codec.

#Declaration

Delphi
class function ID: TdxImageDataFormat; override;

#Returns

Type
TdxImageDataFormat

#Remarks

This class function always returns dxImageGif value to provide backward compatibility with a GIF image format implementation in previous versions of DevExpress products. The codec repository‘s GetFormatByID calls this function internally to identify the target codec by the deprecated image format identifier. Refer to the TdxImageDataFormat type description for the match table that lists format IDs, corresponding image codec classes, and deprecated format-specific image containers.

See Also