Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsDBXValueTypeParameter
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp
| |
Unit: Datasnap.DSCustomConnectorProxyWriter | |
Parent: TDSCustomConnectorProxyWriter |
Delphi
function IsDBXValueTypeParameter(const Param: TDSProxyParameter): Boolean;
C++
bool __fastcall IsDBXValueTypeParameter(Datasnap::Dscommonproxy::TDSProxyParameter* const Param);
Description
Verifies if Param
is a DBXValue type parameter.
IsDBXValueTypeParameter returns True if Param
is a DBXValue type parameter.