Datasnap.DSProxyWriter.TDSCustomProxyWriter.DerivedWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedWrite(const Line: string); virtual; abstract;

C++

virtual void __fastcall DerivedWrite(const System::UnicodeString Line) = 0 ;

Properties

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

Description

Writes to a stream.

The DerivedWrite virtual abstract method is to be defined in derived classes for purposes of writing the information given via the Line parameter to a stream.

See Also