Click or drag to resize

DataWindow.ChangeFont Method

X#
Change the font used by this datawindow.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ChangeFont(
	oFont,
	lUpdate
) AS USUAL CLIPPER
Request Example View Source

Parameters

oFont (Optional)
Type: Usual
The new font to be used.
lUpdate (Optional)
Type: Usual
Specify TRUE to resize and reposition all controls in this dialog window and change their fonts; otherwise, FALSE. If omitted, the default is FALSE.

Return Value

Type: Usual
The font previously assigned to the datawindow.
See Also