点击或拖拽改变大小

IMemo 接口

X#
This interface defines the mimimum methods that a RDD that supports memos should implement.

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 INTERFACE IMemo
查看代码

IMemo 类型公开以下成员。

属性
  名称说明
公共属性FullPath
Top
方法
  名称说明
公共方法CloseMemFile
Close the memo file
公共方法CreateMemFile
Create the memo file
公共方法Flush
Flush the changes to the memo file
公共方法GetValue
Get a value from a memo file for the specified column.
公共方法GetValueFile
Get the value for a column and write (export) it to an external file.
公共方法GetValueLength
Get the length of the for the specified column.
公共方法OpenMemFile
Open the memo file
公共方法PutValue
Write a value to a memo file for a specified column
公共方法PutValueFile
Read (Import) a value from an external file and write it to the specified column.
公共方法Zap
Physically remove all memos from the memofile.
Top
参见