hgeGUIText::printf

Prints a formatted string to the control's text.

void printf(
  const char *format,
  ...
);

Parameters

format
C language printf-style format specification.
...
Optional arguments list to be printed to the control's text.

Remarks

See your compiler online help or C language reference for details about format specification.

Requirements

Header: hgeguictrls.h
Import library: hgehelp.lib

See also

SetText