FireDAC.Stan.Error.EFDException.FDObjName
Delphi
property FDObjName: String read FFDObjName write FFDObjName;
C++
__property System::UnicodeString FDObjName = {read=FFDObjName, write=FFDObjName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Stan.Error.pas FireDAC.Stan.Error.hpp |
FireDAC.Stan.Error | EFDException |
Description
Returns the name of the object that raised the exception.
Use the FDObjName property to get the name of an object that raised the exception. The name has the following format: <form name>.<query name>, and is useful for debugging purposes, allowing you to identify an object that raised the exception.