
| property Account: Object readonly
| property AccountClass: String(1) [GLAccountClass] readonly
| Values: A (Asset), C (Capital), E (Expense), I (Income), L (Liability) |
|
| property AccountCode: String(8) [GL Account Code] readonly |
| property AccountName: String(60) [Analysis Name] readonly |
| property AccountType: String(1) [GLAccountType] readonly
| Values: S (Standard), N (Non Posting), T (Total), H (Heading) |
|
| property AddToAccountCode: String(8) [GL Account Code] readonly |
| property AIMCode: String(60) [GL AIM Code] readonly |
| property AlternateAccountCode: String(8) [GL Account Code] readonly |
| property AnalysisCode: String(8) [GL Analysis Code] readonly |
| property BOF: Boolean readonly |
| property CashFlowDirection: String(1) [GLCashFlowDirection] readonly
| Values: I (Inwards), O (Outwards) |
|
| property CashFlowType: String(1) [GLCashFlowType] readonly
| Values: O (Operating), I (Investing), F (Financing), N (Non-Cash), P (Non-Operating) |
|
| property Category1: String(8) [GL Category 1 Code] readonly setting "GL\Cat1Alias" |
| property Category2: String(8) [GL Category 2 Code] readonly setting "GL\Cat2Alias" |
| property Comment: String(30) [Comment] readonly |
| property ConsolidateAccountCode: String(8) [GL Account Code] readonly |
| property CreatedDate: Date readonly |
| property CreatedTime: Date readonly |
| property CreatedTimestamp: Date readonly |
| property CreatedUserCode: String(8) [CO User Code] readonly |
| property CustomisationJSON: String |
| property EOF: Boolean readonly |
| property ExternalAccountCode: String(20) [GL External Account Code] readonly |

| property FilterSort: Object readonly
|
| property ForTotalAccountCode: String(8) [GL Account Code] readonly |
| property FriendlyAccountCode: String(10) [Friendly Account Code] readonly |
| property GridTotalled: Boolean |
| property GSTCode: String(4) [CO Gst Code] readonly |
| property HeadingStyle: String(1) [GLHeadingStyle] readonly
| Values: 1 (Heading 1), 2 (Heading 2), 3 (Heading 3), 0 (Heading 0) |
|
| property Inactive: Boolean [Boolean] readonly |
| property LastHistoryPeriod: Number [Period ID] readonly |
| property LineSpaceAfter: Number [SmallInt] readonly |
| property LineSpaceBefore: Number [SmallInt] readonly |
| property ModifiedDate: Date readonly |
| property ModifiedTime: Date readonly |
| property ModifiedTimestamp: Date readonly |
| property ModifiedUserCode: String(8) [CO User Code] readonly |
| property OpeningAccountCode: String(8) [GL Account Code] readonly |
| property PercentageAccountCode: String(8) [GL Account Code] readonly |
| property PostToAccountCode: String(8) [GL Account Code] readonly |
| property RecordRevision: Number [Record Revision] readonly |
| property ReplicateAP: Boolean [Boolean] readonly |
| property ReplicateAR: Boolean [Boolean] readonly |
| property ReplicateCB: Boolean [Boolean] readonly |
| property Restricted: Boolean [Boolean] readonly |
| property StartNewPage: Boolean [Boolean] readonly |
| property TotalStyle: String(1) [GLTotalStyle] readonly
| Values: 0 (Total 0), 1 (Total 1), 2 (Total 2), 3 (Total 3), 4 (Total 4), @ (Total @), N (Non printing) |
|
| method First |
| method GetPropertyValue(PropertyName: String): Variant |
| method GetTotalValue(FieldName: String): Number [Integer] |
| 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) |
|

| property AccountFilterSort: Object readonly
|
| property AccountFrom: String |

| property AccountFromLookup: Object readonly
|
| property AccountTo: String |

| property AccountToLookup: Object readonly
|
| property ActiveProperty: String |
| property AutoSelect: Boolean |
| property Category1: String |

| property Category1FilterSort: Object readonly
|

| property Category1Lookup: Object readonly
|
| property Category2: String |

| property Category2FilterSort: Object readonly
|

| property Category2Lookup: Object readonly
|
| property ClassName: String readonly |
| property DisplayInactive: Boolean |
| property IsFloatingWindow: Boolean |
| property Name: String |
| property RecordCount: Number readonly |
| method BringToFront |
| method Close |
| method GetPropertyValue(PropertyName: String): Variant |
| 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 |