Table of Contents

TTMSFNCCustomCloudGoogleFireBaseObjectDatabase.DeleteObject Method

Deletes the record identified by the given key.

API unit family: TMSFNCCloudGoogleFireBaseObject Declaring type: TTMSFNCCustomCloudGoogleFireBaseObjectDatabase

Overloads

Overload 1

Deletes the record identified by the given key.

procedure DeleteObject(AID: string); overload;

Parameters

Name Description
AID Unique key of the record to delete.

Overload 2

Deletes the record that matches the identifier of the supplied object.

procedure DeleteObject(AObject: TTMSFNCCloudGoogleFireBaseObject); overload;

Parameters

Name Description
AObject Object whose identifier selects the record to delete. The call is ignored when the object is not assigned.