FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCustomFlexCelReport.GetMethodInfo Method

This method returns the MethodInfo information for a given published method.

Pascal
function GetMethodInfo(const MethodName: string): Pointer; virtual;
C++
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!