JVCL Help:TJvDBHTLabel
JVCL Help: TJvDBHTLabel Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvDBHTLabel
run\JvDBHTLabel.pas
Summary
Implements an HTML-enabled data-aware label control.
Pascal
run\JvDBHTLabel.pas
TJvDBHTLabel = class(TJvCustomHTLabel);
Description
- JVCLInfo
TJvDBHTLabel is a TJvCustomHTLabel descendant that implements an HTML-enabled data-aware label control.
TJvDBHTLabel contains the DataSource property which provides access to both the dataset and field names available for use in the data-aware control. Unlike most data-aware controls, TJvDBHTLabel does not require a FieldName for accessing values in a dataset; use the Mask property to specify the HTML used when updating the Caption for the control.
See TJvCustomHTLabel or TJvHTLabel for a description of the HTML tags supported in the HTML-enabled control.
See Also
TJvCustomHTLabel, TJvHTLabel, TJvDBHTLabel.DataSource, 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