VirtualADOObject

Available since framework version 1.0.

Defined in : DataBases.con
(this file must be included in your application in order to have access)

Description:

This is a virtual base class for all ADO objects. This should not be used directly. You can create your own ADO controls by extending this class. Notice that is called ADO Control (from Microsoft's ActiveX Data Objects) only for compatibility. These controls have a behavior similar to MS ADO objects, but are not bound to Microsoft technologies.

Properties

Sets the data field name from the DataSet that needs to be interpreted by the ADO Control and linked to the main user interaction property (Text for REdit-derived controls, Caption for RLabel-derived controls, Checked for RToggleButton-derived controls and so on)
Links an ADODataSet to the current ADO control

Methods

TODO: Document this
TODO: Document this
TODO: Document this
This is called when the data stored by the control has changed, and needs to be updated into the DataSet
This is called when the ADODataSet stored by the DataSet property changes its contents (new query is executed)
This is called when the ADODataSet stored by the DataSet property changes its contents