Datasnap.DSProxyWriter.TDSProxyWriter.Properties

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function Properties: TDSProxyWriterProperties; virtual; abstract;

C++

virtual TDSProxyWriterProperties __fastcall Properties() = 0 ;

Description

Virtual abstract method to be implemented in child classes.

The Properties virtual abstract method is intended to be implemented in derived classes to return the properties of a DataSnap proxy writer.

See Also