TWizardPageHeader Class

Represents type TWizardPageHeader.

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

The TWizardPageHeader type exposes the following members.

Show:
 NameDescription
Description

Represents property Description.

DescriptionVisible

Represents property DescriptionVisible.

Title

Represents property Title.

Top
Show:
 NameDescription
GetDescription

Represents method GetDescription.

GetDescriptionVisible

Represents method GetDescriptionVisible.

GetTitle

Represents method GetTitle.

SetDescription(String)

Represents method SetDescription(String).

SetDescriptionVisible(Boolean)

Represents method SetDescriptionVisible(Boolean).

SetTitle(String)

Represents method SetTitle(String).

Top