ZFormCaption is easy and useful component, created for manipulating Form's caption.
After you have dropped ZFormCaption component on the form, you can use 3 - part Form's caption, each one is TLabel:
- AppNameText : TLabel
- CaptionText : TLabel
- HintText : TLabel;
Each TextLabel has following properties:
- Caption : string
- Font : TFont
- Visible : boolean.
that can be edited both at DesignTime and RunTime.