Passing the workspace as a parameter: Difference between revisions

m
using source tag
No edit summary
m (using source tag)
Line 24: Line 24:
the program:
the program:


<source lang="vdf">
  //AB-StoreStart
  //AB-StoreStart
  Use dfAllEnt.pkg
  Use dfAllEnt.pkg
Line 43: Line 44:
  End_Object  // oApplication
  End_Object  // oApplication
  //etc
  //etc
</source>


===The cApplication subclass===
===The cApplication subclass===


<source lang="vdf">
   Class MyApplication is a cApplication
   Class MyApplication is a cApplication
     Procedure OnCreate
     Procedure OnCreate
Line 87: Line 90:
     End_Procedure
     End_Procedure
   End_Class
   End_Class
</source>
1,134

edits