Unit Budget

Classes

TBudgetForm -

Functions

Types

MonthArray
QuarterArray
TotalArray

Constants

RowCount

Variables

BudgetForm


Functions


Types


MonthArray = Array [1..12, 1..RowCount] Of Currency ;

QuarterArray = Array [1..4, 1..RowCount] Of Currency ;

TotalArray = Array [1..RowCount] Of Currency ;

Constants

RowCount = 10


Variables

BudgetForm : TBudgetForm

Public declarations