Table of Contents

TTMSFNCCustomCloudGoogleFireBaseObjectDatabase.WriteObject Method

Writes an object to the database, updating the existing record that matches its identifier.

API unit family: TMSFNCCloudGoogleFireBaseObject Declaring type: TTMSFNCCustomCloudGoogleFireBaseObjectDatabase

Syntax

procedure WriteObject(AObject: TTMSFNCCloudGoogleFireBaseObject);

Parameters

Name Description
AObject Object to write. Its identifier selects the record to update.