This is the vtitle CH file.
xcommand @ <nTop>, <nLeft> VTITLE [ <oTitle> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <dlg:OF,DIALOG> <oDlg> ] ;
[ CAPTION <cText> ] ;
[ ACTION <uAction,...> ] ;
[ FONT <oFont> ] ;
[ IMAGE <cImage> ] ;
[ MARGIN <nMargin> ] ;
[ <lLeftImg: LEFTIMG> ] ;
[ <lIcon: ICON> ] ;
[ <lBorder: BORDER> ] ;
[ <lOnOff: ONOFF> ] ;
[ <color: COLOR, COLORS> <nClrText> [,<nClrPane> ] ] ;
[ COLORBAR <nClrBar>[, <nClrBar2> ] ] ;
[ COLORBORDER <nClrBorde> ] ;
[ SPEED <nSpeed> ] ;
[ ANIMATION <aBmps,...> ] ;
[ <lDnArrow: NODOWNARROW> ] ;
[ <lFlash: FLASH> ] ;
=> ;
[ <oTitle> := ] TTitle():New( <nTop>, <nLeft>, <nWidth>, <nHeight>, <oDlg>,;
<cText>, <cImage>, <.lLeftImg.>, <.lIcon.>, <.lBorder.>, <nClrText>, <nClrPane>,;
<nClrBar>, <nClrBar2>, [{|this|<uAction>}], <oFont>, <nMargin>, [\{<aBmps>\}], <nSpeed>,;
<.lOnOff.>, <.lDnArrow.>,;
<nClrBorde>, <.lFlash.> )