RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStrings.Error Method (PResStringRec, Integer)

raises an EStringListError exception.

Pascal
procedure Error(const Msg: string; Data: Integer); overload;
procedure Error(Msg: PResStringRec; Data: Integer); overload;
C++
__fastcall Error(const AnsiString Msg, int Data);
__fastcall Error(PResStringRec Msg, int Data);

TStrings calls Error internally to raise an EStringListError exception when it encounters a problem. 

Msg specifies the string with a single format specifier for an integer, that appears in the exception message box. It can be either a string, or a pointer to a record structure that indicates the module and resource identifier for a string. 

Data is an integer value that is inserted into Msg. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!