System.SysUtils.TMarshaller.FixArray

From RAD Studio API Documentation
Revision as of 23:06, 3 April 2013 by L10nBot (talk | contribs) (InheritsFrom)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function FixArray<T>(Arr: TArray<T>): TPtrWrapper;

Properties

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

Description

Returns a wrapped pointer referencing the data at the start of the array.

The FixArray method ensures the array is kept alive at least until Flush is called or the record goes out of scope.

See Also