home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / ICAppSourceKit1.0 / ICDocUtils.p < prev    next >
Encoding:
Text File  |  1994-10-07  |  178 b   |  14 lines  |  [TEXT/PJMM]

  1. unit ICDocUtils;
  2.  
  3. interface
  4.  
  5.     uses
  6.         ICTypes;
  7.  
  8.     function GetInstance: ICInstance;
  9.     procedure DirtyDocument;
  10.     function IsDocLocked: boolean;
  11.  
  12. implementation
  13.  
  14. end. (* ICDocUtils *)