API:Datasnap.DSClientMetadata.TDSProxyGenerator.IncludeMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IncludeMethods: string read FIncludeMethods write FIncludeMethods default 0;

C++

__property IncludeMethods = {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 included.

Datasnap.DSClientMetadata.TDSProxyGenerator.IncludeMethods inherits from Datasnap.DSClientMetadata.TDSCustomProxyGenerator.IncludeMethods. All content below this line refers to Datasnap.DSClientMetadata.TDSCustomProxyGenerator.IncludeMethods.

Specifies the methods to be included.

Use the IncludeMethods property to specify a list of methods to be included in the generation.

See Also