TDARemoteUpdatesOption

Overview

The TDARemoteUpdatesOption enumeration defines possible values for the TDADataTable property.

Location

  • Unit: uDADataTable.pas


Value Description
ruoOnPost Changes to records will automatically be applied to the server as they are posted.

Enable this option to achieve behavior similar to single- or two-tier database applications, where posting a record in the user interface will directly apply the change to the back-end database. This basically triggers an automatic call to ApplyUpdates for each record change.