You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvTableConnection |
Top Previous Next |
Unit RpConBDE
Hierarchy TComponent | | | Description Data connection components - Rave uses data from your application. This is accomplished with data connection components, TRvCustomConnection, TRvDataSetConnection, TRvTableConnection and TRvQueryConnection to provide a bridge between the data in your application and the Rave visual components.
TRvCustomConnection component can be used to access non-database data such as memory arrays or binary record files.
TRvDataSetConnection can be used to provide access to TDataSet descendent components including 3rd party dataset components.
TRvTableConnection is to be used specifically with TTable components or their descendents respectively.
TRvQueryConnection is to be used specifically with TQuery components or their descendents respectively.
Events Derived from TRvCustomConnection OnEOF, OnFirst, OnGetCols, OnGetRow, OnGetSorts, OnNext, OnOpen, OnRestore, OnSetFilter, OnSetSort, OnValidateRow
Methods Derived from TRvCustomConnection WriteBCDData, WriteBlobData, WriteBoolData, WriteCurrData, WriteDateTime, WriteFloatData, WriteIntData, WriteNullData, WriteStrData
Properties Derived from TRvTableConnection
Properties Derived from TRvCustomConnection FieldAliasList, LocalFilter, RuntimeVisibility
Properties Derived from TRpComponent |
You are reading help file online using chmlib.com
|