REST.JsonReflect.TListOfObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TListOfObjects = array of TObject;

C++

typedef System::DynamicArray<System::TObject*> TListOfObjects;

Properties

Type Visibility Source Unit Parent
array
typedef
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect REST.JsonReflect

Description

Embarcadero Technologies does not currently have any additional information.