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

dxSmartImageCodecDescriptionSuffix Variable

Specifies the common part of DevExpress image codec descriptions.

#Declaration

Delphi
var dxSmartImageCodecDescriptionSuffix: string = ' graphics from DevExpress';

#Variable Value

Type Description
string

The image codec description suffix.

#Remarks

The TdxSmartImageCodec.Description function returns the dxSmartImageCodecDescriptionSuffix global variable as a part of an image format description.

See Also