|
FlexCel Studio for VCL/LCL
|
This method returns the MethodInfo information for a given published method.
function GetMethodInfo(const MethodName: string): Pointer; virtual;
virtual __fastcall void * GetMethodInfo(const AnsiString MethodName);
|
Parameters |
Description |
|
const MethodName: string |
Method we want to get its MethodInfo. |
FlexCelReport uses this method to search for published user defined functions. Take a look at the PDF documentation or the "PseudoCalculatedFields" demo to see how to use published user defined functions.
You will not probably need to override this method when creating a descendant class.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|