Datasnap.DSProxyWriter.TDSProxyWriterProperties.Features

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

Features: TDSProxyWriteFeatures;

C++

TDSProxyWriteFeatures Features;

Description

Holds information about the operation of the code generated by the proxy writer. For example, it indicates whether the generated code uses a REST or DBX connection.

See Also