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

TeeFunctionItem

Declaration

Source position: _crw_ee.pas line 137

type TeeFunctionItem = packed record

  Hash: Cardinal;

  Narg: Integer;

  Func: TeeFunction;

  Name: record

  end;

  Note: record

  end;

end;