phoInvokingObject - cMonthCalendarPrompt
Handle to the object that invoked the calendar 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 calendar prompt list is 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 calendar prompt object.
This object is set for you when the calendar 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).