Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsProcedure

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IsProcedure(const ProxyMethod: TDSProxyMethod): Boolean;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter


説明

ProxyMethod がプロシージャかどうかを確認します。

IsProcedure は、ProxyMethod が戻りパラメータを持たない場合に True を返します。

関連項目