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