Jump to content

WPTransient: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
m minor fix
Line 1: Line 1:
This is the third of three base WPS 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.
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: "Trasient"
; Default Title: "Trasient"
Line 14: Line 14:


==WPObject instance methods==
==WPObject instance methods==
Overridden methods.
Overridden methods
* wpCopyObject
* wpCopyObject
* wpIdentify
* wpIdentify
Line 27: Line 27:
*wpclsQueryTitle
*wpclsQueryTitle


[[Category:WPS Classes]]
[[Category:Workplace object class]]

Revision as of 17:42, 14 November 2017

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
"Trasient"
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