System.InvokeRecordConstructorArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvokeRecordConstructorArray(Dest, TypeInfo: Pointer; ElemCount: NativeUInt);

C++

extern DELPHI_PACKAGE void __fastcall InvokeRecordConstructorArray(void * Dest, void * TypeInfo, NativeUInt ElemCount);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Gets the Record constructor per each element of the array, with no parameters defined.