Typ: Klasse
Stellt die Scriptklasse TControl bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TControl = class(TObject)
public
property Name: String;
property Type: Integer;
property Control: Integer;
end;
Properties #
Name #
Property Name.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Name: String;
Type #
Property Type.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Type: Integer;
Control #
Property Control.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Control: Integer;
Kategorie: TControl
