rvdatasourcelink TRVDataSourceLink [VCL and LCL]

Properties   Methods

<< Click to display table of contents >>

rvdatasourcelink TRVDataSourceLink [VCL and LCL]

Properties   Methods

A simple component that links data-aware controls inside TRichView, TRichViewEdit, or TSRichViewEdit component to TDataSource.

Unit RVDataSourceLink;

Syntax

TRVDataSourceLink = class(TComponent)

Hierarchy

TObject

TPersistent

TComponent

How to Use

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.