Datasnap.DSProxyWriter.TDSCustomProxyWriter.FUnitFileName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Unit: Datasnap.DSProxyWriter
Parent: TDSCustomProxyWriter

Delphi

FUnitFileName: string;

C++

System::UnicodeString FUnitFileName;

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