Raise an error.
Source position: contnrs.pp line 255
public class procedure TFPHashList.Error( |
const Msg: AnsiString; |
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.