点击或拖拽改变大小

BaseMemo 类

X#
Base Memo class. Does not implement anything.
继承层次
Object
  BaseMemo
    ADSMemo

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

BaseMemo 类型公开以下成员。

构造函数
  名称说明
公共方法BaseMemo
Create the BaseMemo object
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
参见