The PLabel can diaplay text and images on report. So it can be used as marking of other components and for the presentation of pictures.
The text will be specified by the property Text, the text color by the property Foreground. The propertiy Underlined defines, whether the text will be displayed underlined.
By double click on the PLabel element in the design window, the property Text can be edited directly in the design window.
The property Icon and DisabledIcon specify an image, that will be displayed, depending on the state of the PLabel. If DisabledIcon has no value, the value from Icon is taken. The property SizeMode defines, how the image adjusts its dimensions depending on the size of the PLabel.
The properties HorizontalTextAlignment and VerticalTextAlignment define how icon and text are alligned by each other.
It is not possible to connect to a data source by a PTableElement.