TTMSFNCCustomCloudGoogleFireBaseObjectDatabase.InsertObject Method
Inserts a new object as a record in the database. When the object has no identifier, a unique one is generated before insertion.
API unit family: TMSFNCCloudGoogleFireBaseObject
Declaring type: TTMSFNCCustomCloudGoogleFireBaseObjectDatabase
Syntax
procedure InsertObject(AObject: TTMSFNCCloudGoogleFireBaseObject);
Parameters
| Name | Description |
|---|---|
AObject |
Object to insert. The call is ignored when the object is not assigned. |