TWizardInfoPanel Class

Represents type TWizardInfoPanel.

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

The TWizardInfoPanel type exposes the following members.

Show:
 NameDescription
Caption

Represents property Caption.

Enabled

Represents property Enabled.

Hyperlink

Represents property Hyperlink.

Visible

Represents property Visible.

Top
Show:
 NameDescription
GetCaption

Represents method GetCaption.

GetEnabled

Represents method GetEnabled.

GetHyperlink

Represents method GetHyperlink.

GetVisible

Represents method GetVisible.

SetCaption(String)

Represents method SetCaption(String).

SetEnabled(Boolean)

Represents method SetEnabled(Boolean).

SetHyperlink(String)

Represents method SetHyperlink(String).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

Top