Typ: Klasse
Stellt die Scriptklasse TClipboard bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TClipboard = class(TObject)
public
constructor Create;
property Text: String;
end;
Konstruktoren #
Create #
Erzeugt eine Instanz von TClipboard.
Signatur
constructor Create;
Properties #
Text #
Property Text.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Text: String;
Kategorie: TClipboard
