PdcApplication.ActiveObjectType: Difference between revisions
Jump to navigation
Jump to search
m moved ActiveObjectType to PdcApplication.ActiveObjectType |
No edit summary |
||
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 == | ||
Available since December 2006 (From version 3.7). |
Revision as of 11:30, 21 May 2012
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
Available since December 2006 (From version 3.7).