TdxWizardControlCustomPersistent Class
Serves as the base class for wizard control settings.
Declaration
TdxWizardControlCustomPersistent = class(
TcxOwnedPersistent
)
Remarks
This class introduces the BeginUpdate and EndUpdate methods, which allow you to improve performance during bulk updates to the properties of the TdxWizardControlCustomPersistent class or its descendants, which provide settings for various wizard control UI elements.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
See Also