Data.DBXStreamPlatform.TDBXJSonRow.UseExtendedTypes
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXStreamPlatform.pas Data.DBXStreamPlatform.hpp
| |
| Unit: Data.DBXStreamPlatform | |
| Parent: TDBXJSonRow | |
Delphi
function UseExtendedTypes: Boolean; override;
C++
virtual bool __fastcall UseExtendedTypes();
Description
This method is useful if it is expected to use new data types.
Data.DBXStreamPlatform.TDBXJSonRow.UseExtendedTypes inherits from Data.DBXCommon.TDBXRow.UseExtendedTypes. All content below this line refers to Data.DBXCommon.TDBXRow.UseExtendedTypes.
This method is useful if it is expected to use new data types.
This is a virtual method. Descendants should implement it.
It returns False by default.