Typ: Klasse
Stellt die Scriptklasse TParserConfig bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TParserConfig = class(TObject)
public
property Path: String;
property Filter: String;
property Fields: TStrings;
end;
Properties #
Path #
Property Path.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Path: String;
Filter #
Property Filter.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Filter: String;
Fields #
Property Fields.
| Typ | TStrings |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Fields: TStrings;
Kategorie: TParserConfig
