JVCL Help:TJvDBHTLabel.DataSource

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the source of data for field names and values in the data-aware control.


Pascal

 propertyDataSource: TDataSource;


Description

DataSource is a TDataSource property that specifies the source of data for field names and values used in the data-aware control. DataSource provides access to an associated Dataset to retrieve the field names and values required for the control.
Use Mask to specify the field names to merge into the caption for the control.
Changing the object reference assigned to the DataSource property forces the Caption for control to be updated by calling UpdateCaption.


See Also

TJvDBHTLabel.Mask, TJvDBHTLabel.UpdateCaption


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