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.
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)