home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 June
/
MacFormat 25.iso
/
Shareware City
/
Developers
/
ICAppSourceKit1.0
/
ICDocUtils.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-07
|
178 b
|
14 lines
|
[
TEXT/PJMM
]
unit ICDocUtils;
interface
uses
ICTypes;
function GetInstance: ICInstance;
procedure DirtyDocument;
function IsDocLocked: boolean;
implementation
end. (* ICDocUtils *)