Raise an error
Source position: contnrs.pp line 248
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.