Datasnap.DSProxyWriter.TDSCustomProxyWriter.IncludeClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IncludeClassName(const ClassName: string): Boolean;

C++

bool __fastcall IncludeClassName(const System::UnicodeString ClassName);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Description

Returns whether the specified class, given by name, is included or not.

The IncludeClassName method returns True if the class specified by name, through the ClassName parameter, is included in the proxy generation, and False otherwise.

See Also