[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Raises an EStringListError exception.
Source position: line 0
protected procedure TStrings.Error( |
const Msg: String; |
Data: Integer |
); |
const Msg: PString; |
Data: Integer |
); |
Error raises an EStringListError exception. It passes Msg as a format with Data as the only argument.
This method can be used by descendent objects to raise an error.
|
Exception raised when an error occurs in a method of TStrings. |
lazarus-ccr.sourceforge.net |