[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

Exception.CreateResFmtHelp

Constructs a new exception object and sets the help context and formats the message from a resource

Declaration

Source position: sysutilh.inc line 79

public constructor Exception.CreateResFmtHelp(

  ResString: PString;

  const Args: array of Const;

  AHelpContext: Integer

);

Description

CreateResFmtHelp does the same as the CreateResFmt constructor, but additionally stores AHelpContext in the HelpContext property.

See also

Exception.CreateResFmt

  

Constructs a new exception object and formats the message from a reasource.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.