for DELPHI7:
procedure PivotMap1CalcMeasureGetFunction(MeasureIndex, Col, Row: Integer;
FunctionName: {$IFDEF _UNICODE}WideString{$ELSE}String{$ENDIF}; ParamCount: Integer; Params: array of Double;
var Value: Double);
error:
Expected ')' but STRING found.
thanks!