点击或拖拽改变大小

ADSMemo 类

X#
Advantage Memo support.
继承层次
Object
  BaseMemo
    ADSMemo

命名空间:  XSharp.ADS
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 CLASS ADSMemo INHERIT BaseMemo
查看代码

ADSMemo 类型公开以下成员。

构造函数
  名称说明
公共方法ADSMemo
初始化 ADSMemo 类的一个新实例
Top
属性
  名称说明
公共属性FullPath (继承自 BaseMemo。)
公共属性LastWrittenBlockNumber (继承自 BaseMemo。)
公共属性Table
Top
方法
  名称说明
公共方法CloseMemFile
This method is not supported by the AdsMemo class
(重写 CloseMemFile.)
公共方法CreateMemFile
This method is not supported by the AdsMemo class
(重写 CreateMemFile(DbOpenInfo).)
公共方法Flush (重写 Flush.)
公共方法GetValue
This method is not supported by the AdsMemo class
(重写 GetValue(Int32).)
公共方法GetValueFile
This method is not supported by the AdsMemo class
(重写 GetValueFile(Int32, String).)
公共方法GetValueLength
Get the length of the for the specified column.
(重写 GetValueLength(Int32).)
公共方法OpenMemFile
This method is not supported by the AdsMemo class
(重写 OpenMemFile(DbOpenInfo).)
公共方法PutValue
This method is not supported by the AdsMemo class
(重写 PutValue(Int32, Object).)
公共方法PutValueFile
This method is not supported by the AdsMemo class
(重写 PutValueFile(Int32, String).)
公共方法Zap
Physically remove all memos from the memofile.
(继承自 BaseMemo。)
Top
参见