Datasnap.Win.SConnect.IDataBlock.Clear

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Clear; stdcall;

C++

virtual void __stdcall Clear() = 0 ;

Description

Removes all data from Memory except for the reserved bytes.

Call Clear when finished reading from Memory or when the information written to Memory has been used. Clear reclaims the resources used to store information that is read from or written to the data block.

See Also