Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsProcedure

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsProcedure(const ProxyMethod: TDSProxyMethod): Boolean;

C++

bool __fastcall IsProcedure(Datasnap::Dscommonproxy::TDSProxyMethod* const ProxyMethod);

Eigenschaften

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

Beschreibung

Überprüft, ob ProxyMethod eine Prozedur ist.

IsProcedure gibt True zurück, wenn ProxyMethod keinen Ausgabeparameter hat.

Siehe auch