ActiveChanged - method to process a change in the Active property of the navigator.
Source position: dbctrls.pp line 1463
protected procedure TDBNavDataLink.ActiveChanged; override; |
ActiveChanged is an overridden procedure in TDBNavDataLink used to ensure that the Navigator control is updated when the value for the Active property has been changed.
| Remark: | ActiveChanged does not call the inherited method. |
|
ActiveChanged - if datalink is active, calls DataChanged and EditingChanged. |
|
| Version 4.6 | Generated 2026-02-20 | Home |