[Overview][Constants][Types][Classes][Index] |
Raise an EListError exception.
Source position: fgl.pp line 79
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 |