Unit 'custweb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-web]

TWebHandler.DoError

Declaration

Source position: custweb.pp line 70

protected class procedure TWebHandler.DoError(

  const Msg: string;

  AStatusCode: Integer = 0;

  const AStatusText: string = ''

);

class procedure TWebHandler.DoError(

  const Fmt: string;

  const Args: array of Const;

  AStatusCode: Integer = 0;

  const AStatusText: string = ''

);


Documentation generated on: 2025-07-25