[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 1212
type TDBNavDataLink = class(TDataLink) |
||
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 |
destructor Destroy; override; |
|
Destroy - destructor for TDBNavDataLink: frees Navigator and calls inherited Destroy |
end; |
|
TDBNavDataLink - provides a link between a Database Navigator and a DataSet |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |