The ContextKeyword object provides environment information for the current context. In the default environment, the ContextKeyword object provides host workstation environment variables. When running within the window plug-in, the ContextKeyword object allows you to access parameters specified in the plug-in’s EMBED element.
ContextKeyword property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
Handle |
Long |
Internal use only. |
ContextKeyword event |
Occurs |
---|---|
Immediately before the Open event occurs in the window. |
|
Immediately after the Close event occurs in the window. |
ContextKeyword function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the object. |
|
Integer |
Retrieves one or more values associated with a specified keyword. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
Boolean |
Adds an event to the end of the message queue for the object. |
|
Integer |
Triggers a specific event in the object and executes the script for the event. |
|
Object |
Returns the type of the object. |