home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / tvgencpp / demo3cpp.exe / TEMPLATE / TINPLINE.OTF < prev    next >
Encoding:
Text File  |  1994-12-02  |  155 b   |  6 lines

  1. @SNIPPET OBJ_BOT
  2.       cl=new TInputLine(TRect(%_BOUNDS%),%TEXTLENGTH%+1);
  3. @CALL ObjParams cl->
  4. @RELATED cl
  5.       %_OWNER%insert(cl);
  6. @SNIPPET OBJ_EOT