Data property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The MEMPTR holding memory stream data.
Data type: MEMPTR
Access: PUBLIC Read-only
Applies to: Progress.IO.MemoryOutputStream class, Progress.IO.MemoryInputStream class
Notes
- Any attempt to use memory-writing statements or functions other than
MemoryOutputStreamorMemoryInputStreammethods causes the AVM to generate a runtime error message indicating that the MEMPTR is read-only. - You can duplicate the
Dataproperty by assigning it to a MEMPTR variable.