Osztály TASTMRecord
Egység
Deklaráció
type TASTMRecord = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TASTMRecord
Áttekintés
Metódusok
![]() |
function Create: TASTMRecord; |
![]() |
function CreateWithValue(AString: string): TASTMRecord; |
![]() |
function CreateWithType(AType: Char): TASTMRecord; |
![]() |
function LoadFromString(AString: string): Boolean; |
![]() |
function ToString: string; |
![]() |
function AddField(AFieldName: string; AValue: Variant): TASTMField; |
![]() |
procedure DeleteField(AIndexOrName: Variant); |
![]() |
procedure Clear; |
![]() |
procedure ClearWithDefaults; |
![]() |
procedure SetupFieldNames(AType: Char; AFieldNames: array of string); |
![]() |
procedure SetupFieldNamesFromString(AType: Char; AFieldNames: string); |
Tulajdonságok
![]() |
property FieldCount: LongInt; |
![]() |
property RecordType: Char; |
![]() |
property Fields[param1: Variant]: TASTMField; |
![]() |
property FieldNames[param1: LongInt]: string; |
Megjegyzés
Metódusok
![]() |
function Create: TASTMRecord; |
|
This item has no description. | |
![]() |
function CreateWithValue(AString: string): TASTMRecord; |
|
This item has no description. | |
![]() |
function CreateWithType(AType: Char): TASTMRecord; |
|
This item has no description. | |
![]() |
function LoadFromString(AString: string): Boolean; |
|
This item has no description. | |
![]() |
function ToString: string; |
|
This item has no description. | |
![]() |
function AddField(AFieldName: string; AValue: Variant): TASTMField; |
|
This item has no description. | |
![]() |
procedure DeleteField(AIndexOrName: Variant); |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
procedure ClearWithDefaults; |
|
This item has no description. | |
![]() |
procedure SetupFieldNames(AType: Char; AFieldNames: array of string); |
|
This item has no description. | |
![]() |
procedure SetupFieldNamesFromString(AType: Char; AFieldNames: string); |
|
This item has no description. | |
Tulajdonságok
![]() |
property FieldCount: LongInt; |
|
This item has no description. | |
![]() |
property RecordType: Char; |
|
This item has no description. | |
![]() |
property Fields[param1: Variant]: TASTMField; |
|
This item has no description. | |
![]() |
property FieldNames[param1: LongInt]: string; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
