Design
strucprg.asc
Associated article: It's Easy, Class!
Tags: Design
_STRUCTURED PROGRAMMING COLUMN_
by Jeff Duntemann
[Example 1: The stream registration record definition]
TStreamRec = RECORD
ObjType : Word; { You define a unique code for this field }
VMTLink : Word; { The offset of the type's VMT in the dataseg }
Load : Pointer; { The full address ...


