All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface VPMIWflCmdRequest
Usage: you can freely reimplement this interface.
interface VPMIWflCmdRequest
This interface is used to invoke WFL applications defined as commands.
Role: To be actually executed, the command class adhering to this interface must be
an extension of a late-type named EWFAPP_.
Method Index
- o
ExecuteRequest(CATLISTV(CATUnicodeString)&)
- Execute the command by potentially passing input parameter names.
Methods
o ExecuteRequest
| public virtual ExecuteRequest( | const | iRequestParams) |
-
Execute the command by potentially passing input parameter names.
- Parameters:
-
- iRequestParams
- The input list contains the activity ID as first element.
The rest of the list are names of the command parameters that may be bound to
actual objects pooled in a hashtable before the method is called.
This object is included in the file: VPMIWflCmdRequest.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces