| property ActiveProperty: String |
| property Asset: String |
| property AssetCode: String |

| property AssetCodeLookup: Object readonly
|

| property AssetFilterSort: Object readonly
|

| property AssetLookup: Object readonly
|
| 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 ShowInactive: Boolean |
| property To: Number [Integer] |

| property Transactions: Object readonly
| property AdjustmentAmount: Number [Amount] readonly calculated |
| property AssetCode: String(16) [FA Asset Code] readonly required |
| property AssetName: String(60) [Description] readonly calculated |
| property BOF: Boolean readonly |
| property BookAmount: Number [Amount] readonly calculated |
| property BranchCode: String(8) [CO Branch Code] readonly |
| property Comment: String(30) [Comment] readonly |
| property CreatedDate: Date readonly |
| property CreatedTime: Date readonly |
| property CreatedTimestamp: Date readonly |
| property CreatedUserCode: String(8) [CO User Code] readonly |
| property CreditAmount: Number [Amount] readonly calculated |
| property CreditorCode: String(16) [AP Creditor Code] readonly calculated |
| property CustomisationJSON: String |
| property DebitAmount: Number [Amount] readonly calculated |
| property DepartmentCode: String(8) [CO Department Code] readonly |
| property DepreciationCode: String(3) [FA Depreciation Code] readonly calculated |
| property DepreciationRate: Number [Depreciation Rate] readonly calculated |
| property EOF: Boolean readonly |

| property FilterSort: Object readonly
|
| property Generated: Boolean [Boolean] readonly |
| property GLAccountCode: String(8) [GL Account Code] readonly |
| property GridTotalled: Boolean |
| property HasLinks: Boolean [Boolean] readonly calculated |
| property HasMemos: Boolean [Boolean] readonly calculated |
| property Inactive: Boolean [Boolean] readonly |
| property ModifiedDate: Date readonly |
| property ModifiedTime: Date readonly |
| property ModifiedTimestamp: Date readonly |
| property ModifiedUserCode: String(8) [CO User Code] readonly |
| 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 RecordRevision: Number [Record Revision] readonly |
| property Reference: String(30) [Reference] readonly |
| property SourceID: Number [Source ID] readonly |
| property SourceLineID: Number [Source Line ID] readonly |
| property SourceModule: String(2) [Module Code] readonly required |
| property TransactionDate: Date readonly |
| property TransactionID: Number [FA Transaction ID] readonly required |
| property TransactionQuantity: Number [Quantity] readonly |
| property TransactionType: String(1) [FATranType] readonly required
| Values: A (Addition), D (Depreciation), R (Revaluation), P (Disposal), J (Adjustment) |
|
| property TransferredToGL: Boolean [Boolean] readonly |
| property YearNo: Number [SmallInt] readonly |
| method DrillDown: Object |
| 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 TransactionType: Object readonly
|
| 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 |