Skip to main content

TcxImage Class

An unbound image editor.

Declaration

TcxImage = class(
    TcxCustomImage
)

Remarks

An image editor is designed to store and display an image. Users can invoke a context menu to manage images.

VCL Editors Library: An Image Editor Example

Image editors can use different TGraphic class descendants as image containers. You can use Properties.GraphicClass and Properties.GraphicClassName properties to switch between image container types.

Supported Image Formats

  • Device-independent bitmap (BMP or DIB)
  • Graphics Interchange Format (GIF) with support for animation
  • Joint Photographic Experts Group (JPG, JPEG, etc.)
  • Portable Network Graphics (PNG)
  • Tagged Image File Formats (TIFF)
  • Scalable Vector Graphics (SVG)
  • Windows Metafiles (EMF and WMF)
  • Icons (ICO)

Main API Members

The list below outlines key members of the TcxImage class that allow you to load and save images as well as configure image editor settings.

Repository Item Class

You can create a TcxEditRepositoryImageItem component in an edit repository to define an unbound image editor, store image editor settings, and share them between multiple image editors.

See Also