TAdvTaskDialogEx

Hi TMS
In the component there is a property "Content" (string). This is a text acting as a prompt to the edit field.
How is it possible programattically to access the component?.(TLabel - or ??) I need to modify font size, color etc.
Is that possible?
br.
Anders Balslev

This isn't shown via TLabel, it is rendered directly by TAdvTaskDialogEx on the form.
If you set NonNativeDialog = nndAlways and doHyperlinks = true in Options, you can use HTML formatting though to set the font. It supports mini HTML and the <FONT> tag for content:
https://www.tmssoftware.com/site/minihtml.asp

Thank you for this.
However, I think I made a mistake.
The component was
TAdvInputTaskDialogEx
This component do not have such properties.
br.
Anders

You can always use HTML formatted text for content in TAdvInputTaskDialogEx

Thank you Bruno
Of course it was the solution
Br.
Anders