[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 84
type EUpdateError = class(EDatabaseError) |
public |
constructor Create(); |
destructor Destroy; override; |
property Context: string; [r] |
property ErrorCode: Integer; [r] |
property OriginalException: Exception; [r] |
property PreviousError: Integer; [r] |
end; |
| |
| |
TObject |