Memo Pad

The Memo Pad is probably the simplest of the built-in applications: it simply stores blocks of text, with no additional structure beyond that present by default in all databases.

Memo Pad Records

A Memo Pad Record object is as simple as the data it encapsulates. It has a single field, called text, which contains the memo text as a string.

Memo Pad AppInfo

The Memo Pad AppBlock class supports categories, and therefore contains the category related fields described above. The Memo Pad AppBlock also contains a boolean field called sortByAlpha, which holds the user's sorting preference.