Datasnap.Win.SConnect.IDataBlock.Signature

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: IDataBlock

Delphi

property Signature: Integer read GetSignature write SetSignature;

C++

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

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