Data.DBXJSONReflect.TConverter.IsConsistent
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: TConverter |
Delphi
function IsConsistent: Boolean; virtual; abstract;
C++
virtual bool __fastcall IsConsistent() = 0 ;
Description
Marks the success of the object serialization.
The IsConsistent method marks the successful object serialization. By returning True, it ensures that no open event exists and the serialized value can be used to restore the original value.