FONT |
This function allow you to change the FONT
for the specified control. FONT(tag // FONTNAME // FONTSIZE // FONTBOLD // FONTITALIC // FONTUNDERLINE) PARAMETERS
tag The TAG value of one of the controls on your form.
FONTNAME Enter the NAME of the font. FONTSIZE The size of the font: FONTBOLD Boolean value: TRUE = Bold FALSE = Not bold FONTITALIC TRUE = Italic FONTUNDERLINE TRUE = Underline Example: |