Data.DBXStreamPlatform.TDBXJSonRow.UseExtendedTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  UseExtendedTypes: Boolean; override;

C++

virtual bool __fastcall UseExtendedTypes();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Data.DBXStreamPlatform TDBXJSonRow

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.

See Also