Jump to content

WPFolder: Difference between revisions

From EDM2
Created page with "==Description== This is the folder object class. An instance of this class can be created as a Workplace object. An instance of this class is created initially by the system i..."
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
This is the folder object class. An instance of this class can be created as a Workplace object. An instance of this class is created initially by the system in its template form. It has the title "Folder" and resides in the "Templates" folder. Every directory in the system is represented by a WPFolder object.  
This is the folder object class. An instance of this class can be created as a Workplace object. An instance of this class is created initially by the system in its template form. It has the title "Folder" and resides in the "Templates" folder. Every directory in the system is represented by a WPFolder object.  


==Class definition file==
;Default Title: "Folder"
* [[wpfolder.idl]]
;DLL:[[PMWP.DLL]]
;Class definition file:wpfolder.idl


==DLL==
==Class hierarchy==
* [[PMWP.DLL]]
 
==Class hierarchy SOMObject==
* [[SOMObject]]
* [[SOMObject]]
** [[WPObject]]
** [[WPObject]]
*** [[WPFileSystem]]
*** [[WPFileSystem]]
**** [[WPFolder]]
**** ''WPFolder''
 
==Instance methods==
 
 
 


[[Category:The OS/2 API Project]]
[[Category:WPS Classes]]
[[Category:SOM Class]]

Latest revision as of 19:20, 6 July 2017

This is the folder object class. An instance of this class can be created as a Workplace object. An instance of this class is created initially by the system in its template form. It has the title "Folder" and resides in the "Templates" folder. Every directory in the system is represented by a WPFolder object.

Default Title
"Folder"
DLL
PMWP.DLL
Class definition file
wpfolder.idl

Class hierarchy