Datasnap.DSProxyWriter.TDSProxyWriterProperties.DefaultExcludeMethods

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

Delphi

DefaultExcludeMethods: string;

C++

System::UnicodeString DefaultExcludeMethods;

プロパティ

種類 可視性 ソース ユニット
field public
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSProxyWriterProperties


説明

クライアント プロキシを生成する際に除外するメソッド群のリスト(セミコロン区切り)を保有する、string を表します。

例えば、'AS_*' は、AS_ から始まるすべてのメソッド(例えば、AppServer メソッド など)を除外します。

関連項目