TdxWizardControlPageWatermark Class
Contains the wizard page watermark settings.
Declaration
TdxWizardControlPageWatermark = class(
TdxWizardControlWatermark
)
Remarks
This class does not introduce any new functionality except for publishing the AssignedValues property inherited from its ancestor class and initializing this property with the default value.
A TdxWizardControlPageWatermark object is referenced by a wizard page Watermark property.
Note
If you need to change several TdxWizardControlPageWatermark settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlWatermark
TdxWizardControlPageWatermark
See Also