<< Click to display table of contents >> TRVDataSourceLink [VCL and LCL] |
A simple component that links data-aware controls inside TRichView, TRichViewEdit, or TSRichViewEdit component to a TDataSource component.
Unit RVDataSourceLink;
Syntax
TRVDataSourceLink = class(TComponent)
TObject
TPersistent
TComponent
This component automatically assigns DataSource to data-aware controls when they are inserted in Editor.
It is especially useful when controls are loaded from RVF files, because TRichView cannot read DataSource property (and other properties pointing to components) from RVF.
Editor can be a data-aware control by itself (TDBRichView, TDBRichViewEdit or TDBSRichViewEdit from ScaleRichView). You can implement a master-detail view by linking the editor to a master data set, and controls in this editor to a detail data set.