Osztály TFDQuery
Egység
Deklaráció
type TFDQuery = class(TDataSet)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TComponent
- TDataSet
- TFDQuery
Áttekintés
Metódusok
![]() |
procedure ExecSQL; |
![]() |
procedure Close; |
![]() |
procedure Free; |
![]() |
procedure Execute; |
![]() |
function RefreshRecord: Boolean; |
![]() |
function ParamByName(AValue: string): TFDParam; |
![]() |
function MacroByName(AValue: string): TFDMacro; |
![]() |
procedure Open; |
![]() |
procedure CopyDataSet(ASource: TDataSet; AOptions: TFDCopyDataSetOptions); |
![]() |
procedure CopyRecord(ASource: TDataSet); |
![]() |
function CopyFields(ASource: TDataSet): LongInt; |
![]() |
procedure FetchAll; |
![]() |
procedure SaveToStream(AStream: TStream; AFormat: TFDStorageFormat); |
![]() |
procedure SaveToFile(AFileName: string; AFormat: TFDStorageFormat); |
![]() |
procedure LoadFromStream(AStream: TStream; AFormat: TFDStorageFormat); |
![]() |
procedure LoadFromFile(AFileName: string; AFormat: TFDStorageFormat); |
![]() |
function ParamExists(Self: TFDQuery; AParamName: string): Boolean; |
![]() |
function MacroExists(Self: TFDQuery; AMacroName: string): Boolean; |
Tulajdonságok
![]() |
property Active: Boolean; |
![]() |
property CachedUpdates: Boolean; |
![]() |
property ConnectionName: string; |
![]() |
property Connection: TFDConnection; |
![]() |
property SQL: TStringList; |
![]() |
property FetchOptions: TFDFetchOptions; |
![]() |
property BeforeExecute: TDataSetNotifyEvent; |
![]() |
property AfterExecute: TDataSetNotifyEvent; |
![]() |
property BeforeGetRecord: TDataSetNotifyEvent; |
![]() |
property AfterGetRecord: TDataSetNotifyEvent; |
![]() |
property BeforeGetRecord2: TDataSetNotifyEvent; |
![]() |
property AfterGetRecord2: TDataSetNotifyEvent; |
![]() |
property BeforeRowRequest: TDataSetNotifyEvent; |
![]() |
property AfterRowRequest: TDataSetNotifyEvent; |
![]() |
property BeforeApplyUpdates: TDataSetNotifyEvent; |
![]() |
property AfterApplyUpdates: TDataSetNotifyEvent; |
![]() |
property Params[param1: LongInt]: TFDParam; |
![]() |
property ParamCount: LongInt; |
![]() |
property Macros[param1: LongInt]: TFDMacro; |
![]() |
property MacroCount: LongInt; |
Megjegyzés
Metódusok
![]() |
procedure ExecSQL; |
|
This item has no description. | |
![]() |
procedure Close; |
|
This item has no description. | |
![]() |
procedure Free; |
|
This item has no description. | |
![]() |
procedure Execute; |
|
This item has no description. | |
![]() |
function RefreshRecord: Boolean; |
|
This item has no description. | |
![]() |
function ParamByName(AValue: string): TFDParam; |
|
This item has no description. | |
![]() |
function MacroByName(AValue: string): TFDMacro; |
|
This item has no description. | |
![]() |
procedure Open; |
|
This item has no description. | |
![]() |
procedure CopyDataSet(ASource: TDataSet; AOptions: TFDCopyDataSetOptions); |
|
This item has no description. | |
![]() |
procedure CopyRecord(ASource: TDataSet); |
|
This item has no description. | |
![]() |
function CopyFields(ASource: TDataSet): LongInt; |
|
This item has no description. | |
![]() |
procedure FetchAll; |
|
This item has no description. | |
![]() |
procedure SaveToStream(AStream: TStream; AFormat: TFDStorageFormat); |
|
This item has no description. | |
![]() |
procedure SaveToFile(AFileName: string; AFormat: TFDStorageFormat); |
|
This item has no description. | |
![]() |
procedure LoadFromStream(AStream: TStream; AFormat: TFDStorageFormat); |
|
This item has no description. | |
![]() |
procedure LoadFromFile(AFileName: string; AFormat: TFDStorageFormat); |
|
This item has no description. | |
![]() |
function ParamExists(Self: TFDQuery; AParamName: string): Boolean; |
|
This item has no description. | |
![]() |
function MacroExists(Self: TFDQuery; AMacroName: string): Boolean; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Active: Boolean; |
|
This item has no description. | |
![]() |
property CachedUpdates: Boolean; |
|
This item has no description. | |
![]() |
property ConnectionName: string; |
|
This item has no description. | |
![]() |
property Connection: TFDConnection; |
|
This item has no description. | |
![]() |
property SQL: TStringList; |
|
This item has no description. | |
![]() |
property FetchOptions: TFDFetchOptions; |
|
This item has no description. | |
![]() |
property BeforeExecute: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property AfterExecute: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property BeforeGetRecord: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property AfterGetRecord: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property BeforeGetRecord2: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property AfterGetRecord2: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property BeforeRowRequest: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property AfterRowRequest: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property BeforeApplyUpdates: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property AfterApplyUpdates: TDataSetNotifyEvent; |
|
This item has no description. | |
![]() |
property Params[param1: LongInt]: TFDParam; |
|
This item has no description. | |
![]() |
property ParamCount: LongInt; |
|
This item has no description. | |
![]() |
property Macros[param1: LongInt]: TFDMacro; |
|
This item has no description. | |
![]() |
property MacroCount: LongInt; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
