Class tfieldparamlink
Unit
Declaration
type tfieldparamlink = class(tmsecomponent, idbeditinfo, idbparaminfo)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tfieldparamlink
Overview
Fields
| Protected | fcheckbrowsemodelock: int32; |
Methods
| Protected | procedure loaded; override; |
| Protected | procedure defineproperties(filer: tfiler); override; |
| Protected | function getdataset(const aindex: integer): tdataset; overload; |
| Protected | procedure getfieldtypes(out propertynames: stringarty; out fieldtypes: fieldtypesarty); |
| Protected | procedure notification(acomponent: tcomponent; operation: toperation); override; |
| Protected | function truedelayus: integer; |
| Protected | function param(const aname: string): tparam; overload; |
| Protected | function field(const aname: string): tfield; overload; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | destructor destroy; override; |
| Public | function param: tparam; overload; |
| Public | function field: tfield; overload; |
| Public | procedure checkrefresh; |
| Public | procedure delayoff; |
| Public | procedure delayon; |
Properties
| Public | property enabled: boolean read getenabled write setenabled; |
| Published | property fieldname: string read getfieldname write setfieldname; |
| Published | property datasource: tdatasource read getdatasource write setdatasource; |
| Published | property visualcontrol: boolean read getvisualcontrol
write setvisualcontrol default false; |
| Published | property destdataset: tsqlquery read getdestdataset write setdestdataset; |
| Published | property paramname: string read fparamname write fparamname; |
| Published | property delayus: integer read fdelayus write setdelayus default -1; |
| Published | property options: fieldparamlinkoptionsty read foptions write setoptions
default defaultfieldparamlinkoptions; |
| Published | property destparams: tdestparams read fdestparams
write setdestparams; |
| Published | property destfields: tdestfields read fdestfields
write setdestfields; |
| Published | property onsetparam: setparameventty read fonsetparam write fonsetparam; |
| Published | property onaftersetparam: notifyeventty read fonaftersetparam
write fonaftersetparam; |
| Published | property onrefresh: notifyeventty read fonrefresh
write fonrefresh; |
| Published | property onupdatemasteredit: masterdataseteventty read fonupdatemasteredit
write fonupdatemasteredit; |
| Published | property onupdatemasterinsert: masterdataseteventty read fonupdatemasterinsert
write fonupdatemasterinsert; |
| Published | property onupdateslaveedit: slavedataseteventty read fonupdateslaveedit
write fonupdateslaveedit; |
| Published | property onupdateslaveinsert: slavedataseteventty read fonupdateslaveinsert
write fonupdateslaveinsert; |
| Published | property onmasterdelete: masterdataseteventty read fonmasterdelete
write fonmasterdelete; |
| Published | property onslavedelete: slavedataseteventty read fonslavedelete
write fonslavedelete; |
| Published | property onmasterpost: masterdataseteventty read fonmasterpost
write fonmasterpost; |
| Published | property onslavepost: slavedataseteventty read fonslavepost
write fonslavepost; |
| Published | property onmasterapplyupdate: masterdataseteventty read fonmasterapplyupdate
write fonmasterapplyupdate; |
Description
Fields
| Protected | fcheckbrowsemodelock: int32; |
|
This item has no description. | |
Methods
| Protected | procedure loaded; override; |
|
This item has no description. | |
| Protected | procedure defineproperties(filer: tfiler); override; |
|
This item has no description. | |
| Protected | function getdataset(const aindex: integer): tdataset; overload; |
|
This item has no description. | |
| Protected | procedure getfieldtypes(out propertynames: stringarty; out fieldtypes: fieldtypesarty); |
|
This item has no description. | |
| Protected | procedure notification(acomponent: tcomponent; operation: toperation); override; |
|
This item has no description. | |
| Protected | function truedelayus: integer; |
|
This item has no description. | |
| Protected | function param(const aname: string): tparam; overload; |
|
This item has no description. | |
| Protected | function field(const aname: string): tfield; overload; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | function param: tparam; overload; |
|
This item has no description. | |
| Public | function field: tfield; overload; |
|
This item has no description. | |
| Public | procedure checkrefresh; |
|
This item has no description. | |
| Public | procedure delayoff; |
|
This item has no description. | |
| Public | procedure delayon; |
|
This item has no description. | |
Properties
| Public | property enabled: boolean read getenabled write setenabled; |
|
This item has no description. | |
| Published | property fieldname: string read getfieldname write setfieldname; |
|
This item has no description. | |
| Published | property datasource: tdatasource read getdatasource write setdatasource; |
|
This item has no description. | |
| Published | property visualcontrol: boolean read getvisualcontrol
write setvisualcontrol default false; |
|
This item has no description. | |
| Published | property destdataset: tsqlquery read getdestdataset write setdestdataset; |
|
This item has no description. | |
| Published | property paramname: string read fparamname write fparamname; |
|
This item has no description. | |
| Published | property delayus: integer read fdelayus write setdelayus default -1; |
|
This item has no description. | |
| Published | property options: fieldparamlinkoptionsty read foptions write setoptions
default defaultfieldparamlinkoptions; |
|
This item has no description. | |
| Published | property destparams: tdestparams read fdestparams
write setdestparams; |
|
This item has no description. | |
| Published | property destfields: tdestfields read fdestfields
write setdestfields; |
|
This item has no description. | |
| Published | property onsetparam: setparameventty read fonsetparam write fonsetparam; |
|
This item has no description. | |
| Published | property onaftersetparam: notifyeventty read fonaftersetparam
write fonaftersetparam; |
|
This item has no description. | |
| Published | property onrefresh: notifyeventty read fonrefresh
write fonrefresh; |
|
This item has no description. | |
| Published | property onupdatemasteredit: masterdataseteventty read fonupdatemasteredit
write fonupdatemasteredit; |
|
This item has no description. | |
| Published | property onupdatemasterinsert: masterdataseteventty read fonupdatemasterinsert
write fonupdatemasterinsert; |
|
This item has no description. | |
| Published | property onupdateslaveedit: slavedataseteventty read fonupdateslaveedit
write fonupdateslaveedit; |
|
This item has no description. | |
| Published | property onupdateslaveinsert: slavedataseteventty read fonupdateslaveinsert
write fonupdateslaveinsert; |
|
This item has no description. | |
| Published | property onmasterdelete: masterdataseteventty read fonmasterdelete
write fonmasterdelete; |
|
This item has no description. | |
| Published | property onslavedelete: slavedataseteventty read fonslavedelete
write fonslavedelete; |
|
This item has no description. | |
| Published | property onmasterpost: masterdataseteventty read fonmasterpost
write fonmasterpost; |
|
This item has no description. | |
| Published | property onslavepost: slavedataseteventty read fonslavepost
write fonslavepost; |
|
This item has no description. | |
| Published | property onmasterapplyupdate: masterdataseteventty read fonmasterapplyupdate
write fonmasterapplyupdate; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.