Empty stub for IVarInvokeable.DoProcedure, to be implemented in descendents.
Source position: variants.pp line 241
| public function TInvokeableVariantType.DoProcedure( | 
| const V: tvardata; | 
| const Name: AnsiString; | 
| const Arguments: TVarDataArray | 
| ):Boolean; virtual; | 
| V | 
 | Variant on which to operate. | 
| Name | 
 | Name of procedure to call. | 
| Arguments | 
 | Arguments passed to procedure. | 
Always false.
DoProcedure is the default implementation of IVarInvokeable.DoProcedure, which always returns False. It must be overridden in descendent classes to implement actual calling of a procedure.
| 
 | Called for methods that do not return a result (procedures). |