Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsDBXValueTypeParameter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsDBXValueTypeParameter(const Param: TDSProxyParameter): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Beschreibung

Überprüft, ob Param ein DBXValue-Typparameter ist.

IsDBXValueTypeParameter gibt True zurück, wenn Param ein DBXValue-Typparameter ist.

Siehe auch