Datasnap.DSProxyWriter.TDSCustomProxyWriter.IsKnownDBXValueTypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsKnownDBXValueTypeName(const Name: string): Boolean; virtual;

C++

virtual bool __fastcall IsKnownDBXValueTypeName(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

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.

See Also