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

TFPHashList.Error

Raise an error

Declaration

Source position: contnrs.pp line 239

class procedure TFPHashList.Error(

  const Msg: String;

  Data: PtrInt

);

Arguments

Msg

  

Message string

Data

  

Data pointer

Description

Error raises an EListError exception, with message Msg. The Data pointer is used to format the message.

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