TdxWizardControlWatermark Class
Stores watermark-related settings.
Declaration
TdxWizardControlWatermark = class(
TdxWizardControlCustomPersistent
)
Remarks
Main API Members
The list below outlines key members of the TdxWizardControlWatermark class. You can use these members to configure watermark settings common to all wizard pages.
Watermark Settings
- AssignedValues
- Allows you to track watermark setting changes and restore initial values.
- BackgroundImage
- Allows you to load a background image.
- Visibility
- Specifies if the assigned background image is visible.
General-Purpose API Members
- Assign
- Copies button settings between wizard controls.
- BeginUpdate | EndUpdate
- Allow you to avoid excessive redraw operations during batch button setting changes.
Direct TdxWizardControlWatermark Class Reference
The TdxCustomWizardControl.Watermark property references a TdxWizardControlWatermark object.
Terminal TdxWizardControlWatermark Class Descendant
The TdxWizardControlPageWatermark class implements page-specific watermark settings.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlWatermark
See Also