Click or drag to resize

RichEdit.LoadFromFile Method

X#
Load data from an RTF file into the rich edit control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD LoadFromFile(
	cFileName,
	dwFormat
) AS USUAL CLIPPER
Request Example View Source

Parameters

cFileName (Optional)
Type: Usual
The name of the file you wish to load.
dwFormat (Optional)
Type: Usual
** missing parameter documentation **

Return Value

Type: Usual
TRUE, if successful; otherwise FALSE.
Remarks
If successful, the current contents of the rich edit control will be replaced with the contents of the RTF file.
See Also