Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownDBXValueTypeName
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp
| |
Unit: Datasnap.DSProxyWriter | |
Parent: TDSCustomProxyWriter |
Delphi
function IsKnownDBXValueTypeName(const Name: string): Boolean; virtual;
C++
virtual bool __fastcall IsKnownDBXValueTypeName(const System::UnicodeString Name);
Description
Verifies whether the given DBX value is a known type.
The IsKnownDBXValueTypeName method returns True if the DBX value given through Name is a known type, and False otherwise.