blob: 7c864e67fdd1eb30e8b49f8edde82c38c8148f75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
-- File: TDocStd_Context.cdl
-- Created: Mon Jun 8 14:54:03 1998
-- Author: Isabelle GRIGNON
-- <isg@bigbox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1998
class Context from TDocStd
---Purpose:
is
Create returns Context from TDocStd;
SetModifiedReferences(me :in out ; Mod : Boolean from Standard);
ModifiedReferences(me) returns Boolean from Standard;
fields
modifiedRef : Boolean from Standard;
end Context;
|