Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type
- // this is the first type defined
- TIntArray = array of Integer;
- // this is the second type defined
- TDataModule2 = class(TDataModule)
- // these are fields declared for the class
- conn: TADOConnection;
- importMonetar: TADOStoredProc;
- qMonetare: TADOQuery;
- ...
- end;
Advertisement
Add Comment
Please, Sign In to add comment