Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
VirtualADOObject | version 1.0 | no |
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. |
DataField | 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) |
DataSet | Links an ADODataSet to the current ADO control |
AddLinkedObject | TODO: Document this |
SetDataField | TODO: Document this |
SetDataSet | TODO: Document this |
__DataSetColumnUpdate | This is called when the data stored by the control has changed, and needs to be updated into the DataSet |
__DataSetNewQueryNotify | This is called when the ADODataSet stored by the DataSet property changes its contents (new query is executed) |
__DataSetUpdateCommand | This is called when the ADODataSet stored by the DataSet property changes its contents |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:12 2011 GMT | (c)2011 RadGs Software |