Click or drag to resize

BaseMemo.CreateMemFile Method

X#
Create the memo file

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CreateMemFile(
	info AS DbOpenInfo
) AS LOGIC
Request Example View Source

Parameters

info
Type: DbOpenInfo
object describing the file to create.

Return Value

Type: Logic

Implements

CreateMemFile(DbOpenInfo)
See Also