REST.Backend.KinveyApi.TKinveyApi.TObjectID.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(const ABackendCollectionName: string; AObjectID: string);

C++

__fastcall TObjectID(const System::UnicodeString ABackendCollectionName, System::UnicodeString AObjectID);
TObjectID() {}

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TObjectID


Description

Constructeur pour créer un enregistrement TObjectID.

Le constructeur Create prend les paramètres ABackendCollectionName et AObjectID, puis assigne leurs valeurs aux propriétés BackendCollectionName et ObjectID, respectivement.

Voir aussi