Typ: Klasse
Stellt die Scriptklasse TDirListEntry bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TDirListEntry = class(TObject)
public
property Name: String;
property Path: String;
property Size: Integer;
property Date: DateTime;
property Type: Integer;
end;
Properties #
Name #
Property Name.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Name: String;
Path #
Property Path.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Path: String;
Size #
Property Size.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Size: Integer;
Date #
Property Date.
| Typ | DateTime |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Date: DateTime;
Type #
Property Type.
| Typ | Integer |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Type: Integer;
Kategorie: TDirListEntry
