JVCL Help:TJvDBHTLabel.UpdateCaption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Derives the caption for the data-aware HTML-enabled control.


Pascal

 procedureUpdateCaption;


Description

UpdateCaption is a procedure used to derive the Caption for the data-aware HTML-enabled control. UpdateCaption uses the Mask property to determine the field names and resulting values from DataSource to merge in to the Caption.
Please note that UpdateCaption requires an associated Dataset in the DataSource property or only the field name(s) is/are merged into the Caption for the control.
Use Mask to define one or more field names to use in the Caption for the control.


See Also

TJvDBHTLabel.Mask, TJvDBHTLabel.DataSource


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