REST.Backend.ServiceTypes.TBackendStorageApi.DeleteObject
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 */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | REST.Backend.ServiceTypes.pas REST.Backend.ServiceTypes.hpp |
REST.Backend.ServiceTypes | TBackendStorageApi |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !