Skip to content

phoInvokingObject - cCJGridPromptList

A handle to the object that invoked the prompt list

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer phoInvokingObject
Access Type Syntax
Read Access: Get phoInvokingObject to IntegerVariable
Write Access: Set phoInvokingObject to IntegerVariable/Value

Description

When a prompt list called from an object, that calling object's object handle is stored in phoInvokingObject. This handle can be used to handle custom processing needs in your prompt object.

This object is set for you when the prompt object is activated. You should never set it. This value cannot be used when your update mode is non-invoking (when peUpdateMode is umPromptNonInvoking).