Raise an EListError exception.
Source position: fgl.pp line 82
public class procedure TFPSList.Error( |
const Msg: string; |
Data: PtrInt |
); |
Msg |
|
Message (will be formatted with Data). |
Data |
|
Integer index. |
Error is an auxiliary routine which raises an EListError exception formatted from Msg and Data.
|
Exception thrown when a list-related error occurs. |