[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDBNavDataLink - provides a link between a Database Navigator and a DataSet
Source position: dbctrls.pp line 1305
type TDBNavDataLink = class(TDataLink) end; |
||
protected |
||
procedure EditingChanged; override; |
|
EditingChanged - method to process a change in the Editing property of the navigator |
procedure DataSetChanged; override; |
|
DataSetChanged - method to process a change in the data set attached to the navigator |
procedure ActiveChanged; override; |
|
ActiveChanged - method to process a change in the Active property of the navigator |
public |
||
constructor Create(); |
|
Create - constructor for TDBNavDataLink: calls inherited Create, attaches Navigator and sets VisualControl to True |
|
TDBNavDataLink - provides a link between a Database Navigator and a DataSet |
|
| | ||
TDataLink |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |