[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Raise an error
Source position: contnrs.pp line 247
public class procedure TFPHashList.Error( |
const Msg: string; |
Data: PtrInt |
); |
Msg |
|
Message string |
Data |
|
Data pointer |
Error raises an EListError exception, with message Msg. The Data pointer is used to format the message.