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