Data.DBXJSONReflect.TTypeMarshaller.NextId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NextId: Integer;

C++

int __fastcall NextId();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

Description

Returns the next available object ID.

The NextId method returns the next available object ID as an integer.

See Also