<cIniFile>.MemoryPtr

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > MMF > MMF Module Classes > cMMF > <cMMF> Properties >

<cIniFile>.MemoryPtr

 

Description

 

GET the memory pointer to the first byte allocated by cMMF object

 

Syntax

 

GET

pMem = <cMMF>.MemoryPtr

 

SET

not available. Read only property

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Using this pointer it is possible to get/change data associated with cMMF object

 

Restrictions

 

See also

 

Examples