[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_ee' (#crwlib)

TeeFunction

Declaration

Source position: _crw_ee.pas line 135

type TeeFunction = function(

  ee: TExpressionEvaluator;

  const Arg: array of Double;

  Narg: Integer

):Double;