Icon TDataSetController

Unit: WebData

Inherits From TComponent

Available In: Visual Client Applications

The TDataSetController component provides a way for a developer to respond to changes in a TDataSet instance that is located on the same form/database or another form/database in a similar fashion to data-bound controls. It also allows the developer to initiate the editing of a TDataSet instance via the Edit method. The TDataSet instance to attach to is specified via the DataSet property.

Image