Datasnap.DSClientMetadata.TDSProxyGenerator.ExcludeMethods

From RAD Studio API Documentation

Delphi

property ExcludeMethods: string read FExcludeMethods write FExcludeMethods default 0;

C++

__property ExcludeMethods = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Datasnap.DSClientMetadata TDSProxyGenerator

Description

Specifies the methods to be excluded. {{#multireplace:Datasnap.DSClientMetadata.TDSProxyGenerator.ExcludeMethods|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSClientMetadata.TDSCustomProxyGenerator.ExcludeMethods|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSClientMetadata.TDSCustomProxyGenerator.ExcludeMethods|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the methods to be excluded.

Use the ExcludeMethods property to specify the methods to be excluded from the generation.

See Also

Code Examples