Click or drag to resize

RichEdit.LoadFromFile Method (String, Long)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD LoadFromFile(
	cFileName AS STRING,
	dwFormat AS LONG
) AS LOGIC
Request Example View Source

Parameters

cFileName
Type: String
The name of the file you wish to load.
dwFormat
Type: Long
** missing parameter documentation **

Return Value

Type: Logic
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