RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDSWriter.Create Constructor

Creates an instance of EDSWriter using a specified error code and message string.

Pascal
constructor Create(ErrMsg: string; Status: Integer);
C++
__fastcall EDSWriter(AnsiString ErrMsg, int Status);

Create instantiates EDSWriter, setting the Message property to ErrMsg and the ErrorCode property to Status. 

 

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