Typ: Klasse
Stellt die Scriptklasse TPage bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TPage = class(TObject)
public
property Name: String;
property Title: String;
property TabVisible: Variant;
property Position: Integer;
property Controls: TWizardControls;
end;
Properties #
Name #
Property Name.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Name: String;
Title #
Property Title.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Title: String;
TabVisible #
Property TabVisible.
| Typ | Variant |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property TabVisible: Variant;
Position #
Property Position.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Position: Integer;
Controls #
Property Controls.
| Typ | TWizardControls |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Controls: TWizardControls;
Kategorie: TPage
