Datasnap.DSClientMetadata.TDSCustomProxyGenerator.Writer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Unit: Datasnap.DSClientMetadata
Parent: TDSCustomProxyGenerator

Delphi

property Writer: string read FWriter write FWriter;

C++

__property System::UnicodeString Writer = {read=FWriter, write=FWriter};


Description

Specifies the proxy writer.

Use the Writer property to specify the proxy writer.

Code Examples