REST.Backend.KinveyApi.TKinveyApi.DeleteFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteFile(const AFile: TFile): Boolean; overload;
function DeleteFile(const AFileID: string): Boolean; overload;

C++

bool __fastcall DeleteFile(const TFile &AFile)/* overload */;
bool __fastcall DeleteFile(const System::UnicodeString AFileID)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Description

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