System.SysUtils.TMarshaller.Flush
Delphi
procedure Flush;
C++
void __fastcall Flush();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.SysUtils.pas System.SysUtils.hpp |
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.