Osztály TFields
Egység
Deklaráció
type TFields = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TFields
Áttekintés
Metódusok
![]() |
function Create(ADataSet: TDataSet): TFields; |
![]() |
procedure Add(Field: TField); |
![]() |
procedure CheckFieldName(FieldName: string); |
![]() |
procedure CheckFieldNames(FieldNames: string); |
![]() |
procedure Clear; |
![]() |
function FindField(FieldName: string): TField; |
![]() |
function FieldByName(FieldName: string): TField; |
![]() |
function FieldByNumber(FieldNo: LongInt): TField; |
![]() |
procedure GetFieldNames(List: TStrings); |
![]() |
function IndexOf(Field: TField): LongInt; |
![]() |
procedure Remove(Field: TField); |
Tulajdonságok
![]() |
property Count: LongInt; |
![]() |
property Dataset: TDataSet; |
![]() |
property Fields[param1: LongInt]: TField; |
Megjegyzés
Metódusok
![]() |
function Create(ADataSet: TDataSet): TFields; |
|
This item has no description. | |
![]() |
procedure Add(Field: TField); |
|
This item has no description. | |
![]() |
procedure CheckFieldName(FieldName: string); |
|
This item has no description. | |
![]() |
procedure CheckFieldNames(FieldNames: string); |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
function FindField(FieldName: string): TField; |
|
This item has no description. | |
![]() |
function FieldByName(FieldName: string): TField; |
|
This item has no description. | |
![]() |
function FieldByNumber(FieldNo: LongInt): TField; |
|
This item has no description. | |
![]() |
procedure GetFieldNames(List: TStrings); |
|
This item has no description. | |
![]() |
function IndexOf(Field: TField): LongInt; |
|
This item has no description. | |
![]() |
procedure Remove(Field: TField); |
|
This item has no description. | |
Tulajdonságok
![]() |
property Count: LongInt; |
|
This item has no description. | |
![]() |
property Dataset: TDataSet; |
|
This item has no description. | |
![]() |
property Fields[param1: LongInt]: TField; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
