[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ActiveChanged - method to process changes in the Active property
Source position: dbctrls.pp line 76
protected procedure TFieldDataLink.ActiveChanged; override; |
ActiveChanged - method to process changes in the Active property
Any change to the Active property triggers the ActiveChanged method.
If the method is triggered by a transition into an Active state, then ActiveChanged ensures that this TFieldDataLink's Field is still valid before calling the event handler.
ActiveChanged calls an OnActiveChange event handler if one has been assigned.
lazarus-ccr.sourceforge.net |