PdcApplication.ActiveObjectType: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability =="
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Declaration ==
== Declaration ==
 
ActiveObjectType as long


== Description ==
== Description ==
 
Returns the active object type


== Notes ==
== Notes ==
 
Returns the number of the screen or object which activates the userexit.
With this number, a script can determine it should start whether or not.


== Code example ==
== Code example ==
Line 16: Line 17:


== Availability ==
== Availability ==
No longer supported

Latest revision as of 10:35, 31 July 2013

Declaration

ActiveObjectType as long

Description

Returns the active object type

Notes

Returns the number of the screen or object which activates the userexit. With this number, a script can determine it should start whether or not.

Code example

Availability

No longer supported