Typ: Klasse
Stellt die Scriptklasse TFont bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TFont = class(TObject)
public
constructor Create;
destructor Free;
property Color: Integer;
property Size: Integer;
property Name: String;
property Style: Integer;
end;
Konstruktoren #
Create #
Erzeugt eine Instanz von TFont.
Signatur
constructor Create;
Methoden #
Free #
Gibt die Instanz frei.
Signatur
destructor Free;
Properties #
Color #
Property Color.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Color: Integer;
Size #
Property Size.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Size: Integer;
Name #
Property Name.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Name: String;
Style #
Property Style.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Style: Integer;
Kategorie: TFont
