Class Tfields
Unit
Declaration
type Tfields = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- Tfields
Overview
Methods
| Protected | Procedure Changed; |
| Protected | Procedure CheckfieldKind(Fieldkind : TFieldKind; Field : TField); |
| Protected | Function GetCount: Longint; |
| Protected | Function GetField(Index : longint) : TField; |
| Protected | Procedure SetField(Index: Integer; Value: TField); |
| Protected | Procedure SetFieldIndex(Field : TField;Value : Integer); |
| Public | Constructor Create(ADataset : TDataset); |
| Public | Destructor Destroy; override; |
| Public | Procedure Add(Field : TField); |
| Public | Procedure CheckFieldName(Const Value : String); |
| Public | Procedure CheckFieldNames(Const Value : String); |
| Public | Procedure Clear; |
| Public | Function FindField(Const Value : String) : TField; |
| Public | Function FieldByName(Const Value : String) : TField; |
| Public | Function FieldByNumber(FieldNo : Integer) : TField; |
| Public | Function GetEnumerator: TFieldsEnumerator; |
| Public | Procedure GetFieldNames(Values : TStrings); |
| Public | Function IndexOf(Field : TField) : Longint; |
| Public | procedure Remove(Value : TField); |
Properties
| Protected | property OnChange : TNotifyEvent Read FOnChange Write FOnChange; |
| Protected | property ValidFieldKinds : TFieldKinds Read FValidFieldKinds; |
| Public | property Count : Integer Read GetCount; |
| Public | property Dataset : TDataset Read FDataset; |
| Public | property Fields [Index: Integer]: TField Read GetField Write SetField; |
Description
Methods
| Protected | Procedure Changed; |
|
This item has no description. | |
| Protected | Procedure CheckfieldKind(Fieldkind : TFieldKind; Field : TField); |
|
This item has no description. | |
| Protected | Function GetCount: Longint; |
|
This item has no description. | |
| Protected | Function GetField(Index : longint) : TField; |
|
This item has no description. | |
| Protected | Procedure SetField(Index: Integer; Value: TField); |
|
This item has no description. | |
| Protected | Procedure SetFieldIndex(Field : TField;Value : Integer); |
|
This item has no description. | |
| Public | Constructor Create(ADataset : TDataset); |
|
This item has no description. | |
| Public | Destructor Destroy; override; |
|
This item has no description. | |
| Public | Procedure Add(Field : TField); |
|
This item has no description. | |
| Public | Procedure CheckFieldName(Const Value : String); |
|
This item has no description. | |
| Public | Procedure CheckFieldNames(Const Value : String); |
|
This item has no description. | |
| Public | Procedure Clear; |
|
This item has no description. | |
| Public | Function FindField(Const Value : String) : TField; |
|
This item has no description. | |
| Public | Function FieldByName(Const Value : String) : TField; |
|
This item has no description. | |
| Public | Function FieldByNumber(FieldNo : Integer) : TField; |
|
This item has no description. | |
| Public | Function GetEnumerator: TFieldsEnumerator; |
|
This item has no description. | |
| Public | Procedure GetFieldNames(Values : TStrings); |
|
This item has no description. | |
| Public | Function IndexOf(Field : TField) : Longint; |
|
This item has no description. | |
| Public | procedure Remove(Value : TField); |
|
This item has no description. | |
Properties
| Protected | property OnChange : TNotifyEvent Read FOnChange Write FOnChange; |
|
This item has no description. | |
| Protected | property ValidFieldKinds : TFieldKinds Read FValidFieldKinds; |
|
This item has no description. | |
| Public | property Count : Integer Read GetCount; |
|
This item has no description. | |
| Public | property Dataset : TDataset Read FDataset; |
|
This item has no description. | |
| Public | property Fields [Index: Integer]: TField Read GetField Write SetField; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.