[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ActiveChanged - method to process changes in the Active property.
Source position: dbctrls.pp line 69
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 the OnActiveChange event handler if one has been assigned.
|
The Field to which the datalink is attached. |
|
|
FieldName - the name of the attached field, stored as a string. |
|
|
OnActiveChange - event handler for a change in the Active property. |
|
Version 4.0 | Generated 2025-05-03 | Home |