Typ: Klasse
Stellt die Scriptklasse TDataField bereit.
| Basisklasse | TObject |
|---|---|
| Statisch | false |
Klassendeklaration
type
TDataField = class(TObject)
public
destructor Free;
function IsNull: Boolean;
property Value: Variant;
property Name: String;
property NamePath: String;
property ValueName: String;
property ReadOnly: Boolean;
end;
Methoden #
Free #
Gibt die Instanz frei.
Signatur
destructor Free;
IsNull #
Stellt IsNull bereit.
Signatur
function IsNull: Boolean;
Rueckgabewert
Boolean – Rueckgabewert der Methode IsNull.
Properties #
Value #
Property Value.
| Typ | Variant |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property Value: Variant;
Name #
Property Name.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property Name: String;
NamePath #
Property NamePath.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property NamePath: String;
ValueName #
Property ValueName.
| Typ | String |
|---|---|
| Lesbar | true |
| Schreibbar | false |
Signatur
property ValueName: String;
ReadOnly #
Property ReadOnly.
| Typ | Boolean |
|---|---|
| Lesbar | true |
| Schreibbar | true |
Signatur
property ReadOnly: Boolean;
Kategorie: TDataField
