Tools
struprg.asc
Associated article: Structured Programming
Tags: Tools
_STRUCTURED PROGRAMMING_
by Jeff Duntemann
[LISTING ONE]
PROCEDURE TMortgageView.ExtraPrincipalRange;
VAR
ExtraRangeDialog : PDialog;
ExtraPrincipalData : ExtraPrincipalRangeDialogData;
FromPaymentLine,
ToPaymentLine,
DollarsInputLine : PFinputLine;
R : TRect;
Control : Word;
View : PView;
BEGIN
{ Instantiate the resource-based EXTRA_RANGE dialog box from MORTGAGE.BRS:}
ExtraRangeDialog := PDialog(bAppResFile.Get(...


