Typ: Klasse
Stellt die Scriptklasse TPen bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TPen = class(TObject)
public
property Color: Integer;
property Style: TPenStyle;
property Width: Integer;
end;
Properties #
Color #
Property Color.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Color: Integer;
Style #
Property Style.
| Typ | TPenStyle |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Style: TPenStyle;
Width #
Property Width.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Width: Integer;
Kategorie: TPen
