- indexing
- title: "EOLE_OCC_APPLICATION", "This class implement some extra initialization", "to enable OLE Control Containment (OCC).", "If you would like to add to you GRAPE application", "ability to contain OCX%'s, you should inherit this", "class rather than APPLICATION"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_OCC_APPLICATION
- inherit
-
APPLICATION
-
- redefine
- run
- end
- creation
- make
- feature
-
run
end -- class EOLE_OCC_APPLICATION