Jump to content

WPTransient: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the third of three base [[Workplace object storage class]]es which are derived from WPObject. All subclasses of this class have in common that they do not store data at all, i.e. objects of these subclasses only exist temporarily, mostly for displaying information. Note: This class is only an abstract superclass for subclasses. There should not be any objects of this class directly, but only of the subclasses.
This is the third of three base [[Workplace object storage class]]es which are derived from WPObject. All subclasses of this class have in common that they do not store data at all, i.e. objects of these subclasses only exist temporarily, mostly for displaying information. Note: This class is only an abstract superclass for subclasses. There should not be any objects of this class directly, but only of the subclasses.


; Default Title: "Trasient"
;Default Title: "Transient"
; DLL: [[PMWP.DLL]]
;DLL: [[PMWP.DLL]]
; Class definition file: wptrans.idl  
;Class definition file: wptrans.idl  


==Class hierarchy SOMObject==
==Class hierarchy SOMObject==
*[[WPObject]]
*[[WPObject]]
**[[WPTransient]]
**WPTransient


==SOMObject instance methods==
==SOMObject instance methods==
Line 23: Line 23:
==WPObject class methods==
==WPObject class methods==
Overridden methods
Overridden methods
*wpclsObjectFromHandle]]
*wpclsObjectFromHandle
*wpclsQueryStyle
*wpclsQueryStyle
*wpclsQueryTitle
*wpclsQueryTitle


[[Category:Workplace object class]]
[[Category:Workplace object storage class]]

Latest revision as of 18:46, 30 January 2020

This is the third of three base Workplace object storage classes which are derived from WPObject. All subclasses of this class have in common that they do not store data at all, i.e. objects of these subclasses only exist temporarily, mostly for displaying information. Note: This class is only an abstract superclass for subclasses. There should not be any objects of this class directly, but only of the subclasses.

Default Title
"Transient"
DLL
PMWP.DLL
Class definition file
wptrans.idl

Class hierarchy SOMObject

SOMObject instance methods

WPObject instance methods

Overridden methods

  • wpCopyObject
  • wpIdentify
  • wpQueryHandle
  • wpQueryIcon
  • wpSaveImmediate

WPObject class methods

Overridden methods

  • wpclsObjectFromHandle
  • wpclsQueryStyle
  • wpclsQueryTitle