Home > Language Reference > Classes > StreamMemory
Kind Property
Retrieves information about the memory block the object holds.
Syntax
Public Property Get Kind() As HbStreamKind
Remarks
The Kind property can return one of the following values:
| Constant | Value | Description |
| hbStreamUnallocated | 0 | The object does not point to any valid memory. |
| hbStreamHeap | 1 | The memory block is located in the dynamic heap. |
| hbStreamStorage | 2 | The memory block is located in the storage heap. |
| hbStreamMapped | 3 | The object is memory mapped. |
You can refer to the StreamMemory introductory page for more information.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |