Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FONT propertyUtility ("CHOOSEFONT")

Examples

 
Code Block
/*  Set the header in column 1 to desired FONT scheme */
rv = Send_Message(@Window:".TABLE_3", "FONT_BY_POS", 1, -1, "Times New Roman")
/* Set the 5th row's button font to Helvetica */
rv = Send_Message(@Window:".TABLE_3", "FONT_BY_POS", -1, 5, "Helvetica")