Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsDBXValueTypeParameter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsDBXValueTypeParameter(const Param: TDSProxyParameter): Boolean;

C++

bool __fastcall IsDBXValueTypeParameter(Datasnap::Dscommonproxy::TDSProxyParameter* const Param);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Description

Verifies if Param is a DBXValue type parameter.

IsDBXValueTypeParameter returns True if Param is a DBXValue type parameter.

See Also