JVCL Help:TJvDBHTLabel

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvDBHTLabel
run\JvDBHTLabel.pas


Summary

Implements an HTML-enabled data-aware label control.

run\JvDBHTLabel.pas


Pascal

 run\JvDBHTLabel.pas
 TJvDBHTLabel = class(TJvCustomHTLabel);


Description

  1. 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.

run\JvDBHTLabel.pas


See Also

TJvCustomHTLabel, TJvHTLabel, TJvDBHTLabel.DataSource, TJvDBHTLabel.Mask, TJvDBHTLabel.UpdateCaption

run\JvDBHTLabel.pas


About

Navigation

run\JvDBHTLabel.pas



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