Skip to main content
A newer version of this page is available. .

TdxSmartGlyph Class

A DPI-aware universal image container that can load a TBitmap image from a DFM file.

Declaration

TdxSmartGlyph = class(
    TdxSmartImage,
    IdxSourceDPI,
    IdxSourceSize
)

Remarks

This class extends the functionality provided by Smart Image containers with the capability to load a TBitmap image from a DFM file. As a result, Smart Glyph containers are used by all DevExpress controls that can display bitmap and vector images as UI icons and pictures.

The TdxSmartGlyph class extends its ancestor with the following members that allow you to:

Refer to the TdxGPImage and TdxCustomSmartImage class descriptions for detailed information on the core functionality DevExpress Smart Image containers provide.

See Also