System.SysUtils.TMarshaller.Flush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Flush;

Properties

Type Visibility Source Unit Parent
procedure public System.SysUtils.pas System.SysUtils TMarshaller

Description

Completes all pending operations.

The Flush method unfixes all fixed strings and arrays. Any data in or out of buffers are copied back; any memory allocated for copied data is freed; other buffers are also freed. Flush is automatically invoked when the record goes out of scope.

See Also