Class: TMMUpdater
property Table : TEDBTable;
Local EDB buffer table.
After a successful Prepare, use
Table.Append / Table.Post to insert rows
before calling Execute.
Do not close or free it directly.
Assign a pre-existing active TEDBTable before
Prepare to supply your own buffer; TMMUpdater
validates its field types and uses it without recreating it.
TMMUpdater never frees a caller-provided table.
When an external TEDBTable is assigned,
TMMUpdater calls FreeNotification on it. If
the table is freed before TMMUpdater, the
Table property is cleared automatically to prevent a
dangling reference.