Click or drag to resize

BaseMemo Methods

X#

The BaseMemo type exposes the following members.

Functions
  NameDescription
Public methodCloseMemFile
Close the memo file
Public methodCreateMemFile
Create the memo file
Public methodFlush
Flush the changes to the memo file
Public methodGetValue
Get a value from a memo file for the specified column.
Public methodGetValueFile
Get the value for a column and write (export) it to an external file.
Public methodGetValueLength
Get the length of the for the specified column.
Public methodOpenMemFile
Open the memo file
Public methodPutValue
Write a value to a memo file for a specified column
Public methodPutValueFile
Read (Import) a value from an external file and write it to the specified column.
Public methodZap
Physically remove all memos from the memofile.
Top
See Also