Passing the workspace as a parameter: Difference between revisions

m
Added to Tutorials category
No edit summary
m (Added to Tutorials category)
 
(2 intermediate revisions by 2 users not shown)
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>
[[Category:How To]]
[[Category:Tutorials]]