Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

7.79 INVOKE

Note
titleNote: 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

7.79.1 INVOKE Parameters

7.79.2 INVOKE Examples


Panel
bgColor

                                                           Required       

...

#ffffcc

                                                                                                Required                                                                              

    INVOKE -------------Component.Method  -------------------------->     

...

                                                                          

   ----------------------------------------------------------------------

...

--                                                                            

                                                                                               Optional            

                           >---- Parameter and Value  ----

                                                                          

                                                      Optional            

...

----

...

-----------------|     


                                                                          

...