Data.DBXCommon.TDBXRow.UseExtendedTypes
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXRow |
Delphi
function UseExtendedTypes: Boolean; virtual;
C++
virtual bool __fastcall UseExtendedTypes();
Description
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.