Class: TMMConnection
Declared in: EDBMMClient
Holds the API endpoint URL, API key, MySQL/MariaDB credentials, and
the local EDB database reference. Provides connectivity tests and
metadata queries. Share one instance across multiple
TMMScript and TMMUpdater objects on the same
thread. Not thread-safe — use one instance per thread.
TMMConnection is a TComponent descendant
and can be placed on a form or data module from the component palette
(EasyGate tab, Delphi 13).
All configuration properties (APIURL, APIKey,
DBHost, DBName, DBUser,
DBPassword, TimeoutMs, Database,
OnLog) are published and editable in the
Object Inspector at design time.
See EDBApiClient Library for the full design-time setup instructions.