Datasnap.DSProxyWriter.TDSCustomProxyWriter.FUnitFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FUnitFileName: string;

C++

System::UnicodeString FUnitFileName;

Properties

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

Description

Protected field that specifies the unit file name for a custom DataSnap proxy writer.

The UnitFileName property reads the value of the FUnitFileName field to obtain the unit file name for a custom DataSnap proxy writer.

See Also