Page History
7.79 INVOKE
| Note | ||
|---|---|---|
| title | Note: | Usage options |
The INVOKE command invokes a method. A method can be a standard method such as a form's Show and Hide methods, or it can be a user-defined method.
...
The specification of the INVOKE command is as follows:
INVOKE Method(method_expression) ParmOne(#ArgOne) ParmTwo(#ArgTwo)
Using RDMLX, without its name, the command can be entered in the following way:
method_expression ParmOne(#ArgOne) ParmTwo(#ArgTwo)
Also See
| Panel | |
|---|---|
|
Required
...
| |
Required INVOKE -------------Component.Method --------------------------> |
...
---------------------------------------------------------------------- |
...
-- Optional >---- Parameter and Value ---- |
Optional
...
---- |
...
-----------------| |
...