RichEdit.LoadFromFile Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual LoadFromFile(
Usual cFileName = default,
Usual dwFormat = default
)
Request Example
View SourceParameters
- 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