Typ: Klasse
Stellt die Scriptklasse TWizardControls bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TWizardControls = class(TObject)
public
function Count: Integer;
procedure Add(Name: String; Type: Integer);
property Items[Index: Variant]: TWizardControl;
end;
Methoden #
Count #
Stellt Count bereit.
Signatur
function Count: Integer;
Rueckgabewert
Integer – Rueckgabewert der Methode Count.
Add #
Stellt Add bereit.
Signatur
procedure Add(Name: String; Type: Integer);
Parameter
| Name | Typ | Modifier | Optional | Beschreibung |
|---|---|---|---|---|
Name |
String |
value |
Nein | Parameter Name der Methode. |
Type |
Integer |
value |
Nein | Parameter Type der Methode. |
Properties #
Items #
Property Items.
| Typ | TWizardControl |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Items[Index: Variant]: TWizardControl;
Kategorie: TWizardControls
