Typ: Klasse
Stellt die Scriptklasse TFAX bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TFAX = class(TObject)
public
constructor Create;
destructor Free;
function SendPDF(FaxNumber: String; Files: TStrings): Boolean;
property DoStatus: String;
property ComPort: Integer;
property ShowProgress: Boolean;
property Header: String;
property StationID: String;
property StationName: String;
property Subject: String;
property LogEvents: Integer;
end;
Konstruktoren #
Create #
Erzeugt eine Instanz von TFAX.
Signatur
constructor Create;
Methoden #
Free #
Gibt die Instanz frei.
Signatur
destructor Free;
SendPDF #
Stellt SendPDF bereit.
Signatur
function SendPDF(FaxNumber: String; Files: TStrings): Boolean;
Parameter
| Name | Typ | Modifier | Optional | Beschreibung |
|---|---|---|---|---|
FaxNumber |
String |
value |
Nein | Parameter FaxNumber der Methode. |
Files |
TStrings |
value |
Nein | Parameter Files der Methode. |
Rueckgabewert
Boolean – Rueckgabewert der Methode SendPDF.
Properties #
DoStatus #
Property DoStatus.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property DoStatus: String;
ComPort #
Property ComPort.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property ComPort: Integer;
ShowProgress #
Property ShowProgress.
| Typ | Boolean |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property ShowProgress: Boolean;
Header #
Property Header.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Header: String;
StationID #
Property StationID.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property StationID: String;
StationName #
Property StationName.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property StationName: String;
Subject #
Property Subject.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Subject: String;
LogEvents #
Property LogEvents.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property LogEvents: Integer;
Kategorie: TFAX
