RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EAdapterFieldException.Create Constructor

Create an EAdapterFieldException instance.

Pascal
constructor Create(const AMsg: string; const AFieldName: string; AID: Integer = 0);
C++
__fastcall EAdapterFieldException(const AnsiString AMsg, const AnsiString AFieldName, int AID = 0);

Create instantiates an instance of EAdapterFieldException.  

AMsg is the string containing the runtime error message to display in the exception dialog box. AMsg can be a hard-coded string, or can be a function call that returns a string. 

AFieldName and AID are assigned to the FieldName and ID properties. 

 

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