TLama

Untitled

Jul 16th, 2014
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.30 KB | None | 0 0
  1. type
  2.   // this is the first type defined
  3.   TIntArray = array of Integer;
  4.   // this is the second type defined
  5.   TDataModule2 = class(TDataModule)
  6.     // these are fields declared for the class
  7.     conn: TADOConnection;
  8.     importMonetar: TADOStoredProc;
  9.     qMonetare: TADOQuery;
  10.     ...
  11.   end;
Advertisement
Add Comment
Please, Sign In to add comment