TTMSFNCCloudGoogleFireBaseObjectDatabase.WriteObject Method
Writes an object to the database, updating the existing record that matches its identifier.
API unit family: TMSFNCCloudGoogleFireBaseObject
Declaring type: TTMSFNCCloudGoogleFireBaseObjectDatabase
Inherited from: TTMSFNCCustomCloudGoogleFireBaseObjectDatabase
Syntax
procedure WriteObject(AObject: TTMSFNCCloudGoogleFireBaseObject);
Parameters
| Name | Description |
|---|---|
AObject |
Object to write. Its identifier selects the record to update. |