|
FlexCel Studio for VCL/LCL
|
Evaluates a published method from a MethodInfo structure returned by GetMethodInfo.
function GetVariantMethod(const MethodInfo: pointer; const Arguments: string): variant; virtual;
virtual __fastcall variant GetVariantMethod(const void * MethodInfo, const AnsiString Arguments);
|
Parameters |
Description |
|
const MethodInfo: pointer |
a MethodInfo structure returned by GetMethodInfo. |
|
const Arguments: string |
A list of arguments to pass to the method we want to evaluate. |
The result from the method as a variant value.
This method is used internally by TCustomFlexCelReport to evaluate the user defined functions in the report. You will normally not need to call or override this method.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|