[Overview][Constants][Types][Procedures and functions][Index] |
Append an error to the list of library errors.
Source position: dynlibs.pas line 106
procedure AppendLibraryError( |
var Handler: TLibHandler; |
const Msg: String |
); |
AppendLibraryError appends Msg to the ErrorMsg field of Handler, with a newline if a message was already present.
None.
|
Return the library errors |
|
|
Raise an EInOutError exception |