Datasnap.DSProxyWriter.TDSCustomProxyWriter.WriteFileHeader

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure WriteFileHeader; virtual;

C++

virtual void __fastcall WriteFileHeader();

Description

Writes the file header.

The WriteFileHeader virtual abstract method is to be defined in derived classes and is used to write the file header.

See Also