System.SysUtils.TMarshaller

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMarshaller = record

Properties

Type Visibility Source Unit Parent
record public System.SysUtils.pas System.SysUtils System.SysUtils

Description

TMarshaller is a record that facilitates working with memory buffers.

TMarshaller is a high-level API for marshalling arguments. It disposes of itself, and when disposed of, frees any buffers allocated for copying arguments.

TMarshaller introduces many functions and procedures to:

  • Allocate memory buffers.
  • Release memory buffers.
  • Access strings through wrapped pointers.

See Also