Called whenever the master dataset data changes.
Source position: db.pas line 2098
public property TMasterDataLink.OnMasterChange : TNotifyEvent |
OnMasterChange is called whenever the field values in the master dataset changes, i.e. when it becomes active, or when the current record changes. If the TMasterDataLink.Fields list is empty, TMasterDataLink.OnMasterDisable is called instead.
|
Called whenever the master dataset is disabled. |