Click or drag to resize

RichEdit.LoadFromFile Method (String)

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
) AS LOGIC
Request Example View Source

Parameters

cFileName
Type: String
The name of the file you wish to load.

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