REST.Backend.ServiceTypes.TBackendStorageApi.DeleteObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteObject(const AClassName, AObjectID: string): Boolean; overload;
function DeleteObject(const AObject: TBackendEntityValue): Boolean; overload;

C++

bool __fastcall DeleteObject(const System::UnicodeString AClassName, const System::UnicodeString AObjectID)/* overload */;
bool __fastcall DeleteObject(const Rest::Backend::Metatypes::TBackendEntityValue &AObject)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendStorageApi

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!