Datasnap.DSClientMetadata.TDSProxyGenerator.TargetUnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetUnitName: string read FTargetUnitName write FTargetUnitName default 0;

C++

__property TargetUnitName = {default=0};

Properties

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

Description

Specifies the name of the target unit.

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

Specifies the name of the target unit.

Use the TargetUnitName property to specify the name of the target unit.

See Also

Code Examples