Typ: Klasse
Stellt die Scriptklasse TIndex bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TIndex = class(TObject)
public
destructor Free;
procedure Save;
property Name: String;
property Fields: String;
property Unique: Boolean;
end;
Methoden #
Free #
Gibt die Instanz frei.
Signatur
destructor Free;
Save #
Stellt Save bereit.
Signatur
procedure Save;
Properties #
Name #
Property Name.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Name: String;
Fields #
Property Fields.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Fields: String;
Unique #
Property Unique.
| Typ | Boolean |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Unique: Boolean;
Kategorie: TIndex
