QGObs_SetCaptionStyle

QGObs_SetCaptionStyle(areaRef; fontName; fontSize; textFace; textJust; foreColor; backColor):errorCode
areaRef Longint QGrid area reference
fontName Text Font name
fontSize Longint Font size
textFace Longint Text style
textJust Longint Text justification
foreColor Longint Text foregroung color
backColor Longint Text backgroung color
error Longint Error result

Sets the caption text appearance

Obsolete.

Use QG_SetCaptionFont, QG_SetCaptionColors, and QG_SetCaptionAlignment to specify the caption style.

NOTE Still works for backwards compatibility, but will be removed in the future.

Related commands

QG_SetCaptionFont Set the caption font
QG_SetCaptionColors Set the caption colors
QG_SetCaptionAlignment Set the caption text alignment