Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsInputParameter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsInputParameter(const Param: TDSProxyParameter): Boolean;

C++

bool __fastcall IsInputParameter(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 Eingabeparameter ist.

IsInputParameter gibt True zurück, wenn Param ein Eingabeparameter ist.

Siehe auch