IMemo.OpenMemFile Method | |
Open the memo file
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION OpenMemFile(
info AS DbOpenInfo
) AS LOGIC
bool OpenMemFile(
DbOpenInfo info
)
Request Example
View SourceParameters
- info
- Type: DbOpenInfo
object describing the file to open.
Return Value
Type:
LogicSee Also