IMemo Interface |
Namespace: XSharp.RDD
The IMemo type exposes the following members.
Name | Description | |
---|---|---|
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. |