REST.Backend.KinveyApi.TKinveyApi.TObjectID.ObjectID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ObjectID: string read FObjectID;

C++

__property System::UnicodeString ObjectID = {read=FObjectID};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TObjectID

Description

Contains the object ID of the TObjectID record.

The ObjectID property stores the object ID of the TObjectID as a string.

See Also