Typ: Klasse
Stellt die Scriptklasse TFields bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TFields = class(TObject)
public
function Count: Integer;
function Add: TField;
property Items[Index: Variant]: TField;
end;
Methoden #
Count #
Stellt Count bereit.
Signatur
function Count: Integer;
Rueckgabewert
Integer – Rueckgabewert der Methode Count.
Add #
Stellt Add bereit.
Signatur
function Add: TField;
Rueckgabewert
TField – Rueckgabewert der Methode Add.
Properties #
Items #
Property Items.
| Typ | TField |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Items[Index: Variant]: TField;
Kategorie: TFields
