Datasnap.Win.SConnect.IDataBlock.GetMemory
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
Unit: Datasnap.Win.SConnect | |
Parent: IDataBlock |
Delphi
function GetMemory: Pointer; stdcall;
C++
virtual void * __stdcall GetMemory() = 0 ;
Description
Returns the value of the Memory property.
GetMemory is the read implementer for the Memory property.