TdxSplashFormBase.TCustomImage Class
The base class for Image and Animation/Activity Indicator widgets used in Splash and Wait Forms.
Declaration
TCustomImage = class abstract(TContentItem)
Remarks
Image Splash Form widgets allow you to display non-interactive static images (TdxSplashFormBase.TImage) and looped animations (TdxSplashFormBase.TAnimation) on a Splash or Wait Form.

Supported Image Formats
Animation and Image widgets support the same image formats available for use in all DevExpress UI controls:
- BMP | EMF | GIF | JPEG | PNG | TIFF | WMF
- Support for these image formats relies on corresponding native encoders from the Windows Imaging Component (WIC).
- SVG
- DevExpress controls use our own SVG engine implementation. Refer to the following topic for detailed information on supported SVG elements and their attributes: SVG Image Support.
Main API Members
The list below outlines key members of the TdxSplashFormBase.TCustomImage class. These members allow you to configure image-related and general Splash Form widget options.
Appearance Settings
- Bounds
- Specifies widget dimensions and position within the parent Splash or Wait Form.
- Image
- Provides access to the widget’s image container and allows you to configure its settings.
- Opacity
- Specifies image opacity (as a percentage).
- SizeMode
- Allows you to switch between available image display modes.
General-Purpose API Members
- Default
- Specifies if the current widget instance is used as default in the parent Splash or Wait Form. This setting is applicable only if the parent form includes other widgets of the same type.
- Kind
- Returns the widget’s type.
- Name
- Specifies the widget name (used to identify the widget in the parent form).
Terminal TdxSplashFormBase.TCustomImage Class Descendants
Do not use the TdxSplashFormBase.TCustomImage class directly. Use the following descendants instead:
- TdxSplashFormBase.TAnimation
- An Animation/Activity Indicator Splash Form widget.
- TdxSplashFormBase.TImage
- An image Splash Form Widget.
Inheritance
TObject
TdxSplashFormBase.TContentItem
TdxSplashFormBase.TCustomImage
See Also