JVCL Help:TJvAppDBStorage.DataSource

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Links the storage to a dataset.


Pascal

 propertyDataSource: TDataSource;


Description

Specify the data source component that identifies the dataset in which the target fields are found. To allow the storage to represent the data for the fields, both the DataSource and the SectionField, KeyField and ValueField properties must be set. If DataSource is nil, use the OnRead and OnWrite events to read and write data.


See Also

TJvCustomAppDBStorage.KeyField, TJvCustomAppDBStorage.OnRead, TJvCustomAppDBStorage.OnWrite, TJvCustomAppDBStorage.SectionField, TJvCustomAppDBStorage.ValueField


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page