Back to Devexpress

TdxWizardControlWatermark Class

vcl-dxcustomwizardcontrol-fdc2cca1.md

latest2.2 KB
Original Source

TdxWizardControlWatermark Class

Serves as the base class for the classes that store the watermark settings.

Declaration

delphi
TdxWizardControlWatermark = class(
    TdxWizardControlCustomPersistent
)

Remarks

This class introduces the watermark settings that are common to all wizard pages. With these settings, you can do the following:

The TdxWizardControlWatermark class is the ancestor of the TdxWizardControlPageWatermark class, which simply publishes the AssignedValues property and initializes it with the default value.

A TdxWizardControlWatermark object is referenced by a wizard control Watermark property.

Note

If you need to change several TdxWizardControlWatermark settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlWatermark

See Also

TdxWizardControlWatermark Members

dxCustomWizardControl Unit