Unit 'fpsExprParser' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_fpspreadsheet]

RegisterFunction

Declaration

Source position: fpsexprparser.pas line 870

procedure RegisterFunction(

  const AName: ShortString;

  const AResultType: char;

  const AParamTypes: string;

  const AExcelCode: Integer;

  ACallBack: TsExprFunctionCallBack

); overload;

procedure RegisterFunction(

  const AName: ShortString;

  const AResultType: char;

  const AParamTypes: string;

  const AExcelCode: Integer;

  ACallBack: TsExprFunctionEvent

); overload;



CT Web help

CodeTyphon Studio