| property Account: String |
| property AccountCode: String |

| property AccountCodeLookup: Object readonly
|

| property AccountFilterSort: Object readonly
|

| property AccountLookup: Object readonly
|
| property ActiveProperty: String |
| property AutoSelect: Boolean |
| property BOF: Boolean readonly |
| property ClassName: String readonly |
| property DateFrom: Date |
| property DateTo: Date |
| property DisplayInactive: Boolean |
| property EOF: Boolean readonly |
| property From: Number [Integer] |
| property IsFloatingWindow: Boolean |
| property Name: String |
| property PeriodFrom: Number [Integer] |
| property PeriodSelection: String |
| property PeriodTo: Number [Integer] |
| property RecordCount: Number readonly |
| property Selection: String |
| property To: Number [Integer] |

| property Transactions: Object readonly
| property AccountCode: String(8) [GL Account Code] readonly required |
| property AccountName: String(60) [Analysis Name] readonly calculated |
| property BatchClass: String(1) [GLBatchClass] readonly calculated
| Values: G (GL Batch), M (Module Batch), R (Reversing Journal), S (Standing Journal), T (Template Batch), O (Reversing Out), I (Imported) |
|
| property BatchID: Number [GL Batch ID] readonly required |
| property BOF: Boolean readonly |
| property BranchCode: String(8) [CO Branch Code] readonly required |
| property Comment: String(60) [Description] readonly |
| property CompanyCode: String(8) [SY Company Code] readonly calculated |
| property CreatedDate: Date readonly |
| property CreatedTime: Date readonly |
| property CreatedTimestamp: Date readonly |
| property CreatedUserCode: String(8) [CO User Code] readonly |
| property Credit: Number [Amount] readonly calculated |
| property CustomisationJSON: String |
| property Debit: Number [Amount] readonly calculated |
| property DepartmentCode: String(8) [CO Department Code] readonly required |
| property EOF: Boolean readonly |

| property FilterSort: Object readonly
|
| property GridTotalled: Boolean |
| property Narration: String(60) [Narration] readonly |
| property PeriodID: Number [Period ID] readonly required |
| property PeriodName: String(40) [Period Name] readonly calculated |
| property PeriodNo: Number [SmallInt] readonly |
| property PeriodReconciled: Number [Period ID] readonly |
| property Reconciled: Boolean [Boolean] readonly |
| property ReconciliationID: Number [GL Reconciliation ID] readonly |
| property ReconciliationLineNo: Number [Integer] readonly |
| property RecordRevision: Number [Record Revision] readonly |
| property Reference: String(30) [Reference] readonly |
| property ReferenceAlpha: String(30) [Reference] readonly |
| property SourceCode: String(28) [Account Code] readonly |
| property SourceID: Number [Source ID] readonly |
| property SourceLineNo: Number [SmallInt] readonly |
| property SourceModule: String(2) [Module Code] readonly required |
| property TransactionAmount: Number [Amount] readonly |
| property TransactionDate: Date readonly |
| property TransactionID: Number [GL Transaction ID] readonly required |
| property YearNo: Number [SmallInt] readonly |
| method DrillDown: Object |
| method First |
| method GetPropertyValue(PropertyName: String): Variant |
| method GetTotalValue(FieldName: String): Number [Integer] |
| 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 BringToFront |
| method Close |
| method DrillDown: Object |
| method Find(Value: String): Boolean |
| method FindExact(Value: String): Boolean |
| method FindTran(TransactionID: String): Boolean |
| method First |
| method GetPropertyValue(PropertyName: String): Variant |
| method Last |
| method Next |
| method Prev |
| method PropertyType(PropertyName: String): String |
| method Select |
| method SendToBack |
| method SetPropertyValue(PropertyName: String, Value: Variant) |
| method ShowErrorHint(Hint: String[, ControlName: String]) |
| method ShowStatusHint(Hint: String[, ControlName: String]) |
| event OnClose |
| event OnOpen |