Datasnap.Win.SConnect.IDataBlock.Signature

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Signature: Integer read GetSignature write SetSignature;

C++

__property int Signature = {read=GetSignature, write=SetSignature};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect IDataBlock

Description

Indicates the contents of the data block.

Write Signature values to indicate what type of data is written to the data block. Read Signature to determine what type of data can be read from the data block.

The value of signature is stored somewhere in the first BytesReserved bytes of Memory.

See Also