| property AccountCode: String(28) [Account Code] readonly required |
| property AccountFile: String(8) [Account File] readonly required |
| property AccountName: String(60) [Custom] readonly calculated |
| property ActionOnDate: Date readonly |
| property ActionOnTime: Date readonly |
| property BOF: Boolean readonly |
| property CustomisationJSON: String |
| property EOF: Boolean readonly |

| property FilterSort: Object readonly
| property Filter: String |
| property FilterJSON: String |
| property Sort: String |
| property SortJSON: String |
| method Edit([FieldName: String, Operator: String, Criteria: String]*): Boolean |
| method GetPropertyValue(PropertyName: String): Variant |
| method PropertyType(PropertyName: String): String |
| method SetPropertyValue(PropertyName: String, Value: Variant) |
|
| property HideInactive: Boolean |
| property Inactive: Boolean [Boolean] readonly |
| property Line1: String readonly |
| property MemoDate: Date readonly required |
| property MemoID: Number [Integer] readonly required |
| property MemoTime: Date readonly required |
| property MemoType: String(1) [MemoType] readonly required
| Values: M (Memo), A (Alarm), R (Reminder) |
|
| property Reference: String(30) [Reference] readonly |
| property Subject: String(60) [Description] readonly |
| property TargetUserCode: String(8) [CO User Code] readonly |
| method Delete |
| method First |
| method GetPropertyValue(PropertyName: String): Variant |
| method Inactivate |
| method Insert: Object |
| method Last |
| method LoadCustomisation(UserCode: String) |
| method LoadCustomisationJson(FileOrJSON: String) |
| method Next |
| method Open: Object |
| method Prev |
| method Print: Object |
| method PropertyType(PropertyName: String): String |
| method Refresh |
| method SaveCustomisation(UserCode: String) |
| method SetPropertyValue(PropertyName: String, Value: Variant) |
| method ShowInactive(Inactive: Boolean): Boolean |