Skip to main content

TdxWizardControlCustomButton Members

The base class for all classes that implement predefined wizard control buttons.

Constructors

Name Description
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
Buttons Provides access to the wizard control’s button collection.
Caption Specifies the button caption.
Enabled Specifies whether the button is enabled.
Focused Specifies whether the button has focus.
Glyph Specifies the button image.
GlyphAlignment Specifies how the button image is positioned relative to the button caption.
ImageIndex Specifies the button image by its index in the associated image list.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
Visible protected Switches the button visibility.
Width Specifies the button width, in pixels.

Methods

Name Description
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones sending notifications about the class setting changes until a matching EndUpdate method is called. Inherited from TdxWizardControlCustomPersistent.
Click Emulates a button click.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
EndUpdate Enables sending notifications about the class setting changes after a matching BeginUpdate method call. Inherited from TdxWizardControlCustomPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ToString Inherited from TObject.
See Also