TWizardButton Class

Represents type TWizardButton.

Namespace: System.UI.Wizard
TObject
  System.UI.Wizard.TWizardButton
type
 TWizardButton = class sealed(TObject)
 end;

The TWizardButton type exposes the following members.

Show:
 NameDescription
Caption

Represents property Caption.

Enabled

Represents property Enabled.

Visible

Represents property Visible.

Top
Show:
 NameDescription
GetCaption

Represents method GetCaption.

GetEnabled

Represents method GetEnabled.

GetVisible

Represents method GetVisible.

SetCaption(String)

Represents method SetCaption(String).

SetEnabled(Boolean)

Represents method SetEnabled(Boolean).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

Top