Used to specify the connection mode.
property ConnectMode: TConnectMode default DefValConnectMode;
Use the ConnectMode property to specify the connection mode.
cmDefault - The default value. The database is opened for reading and writing. Corresponds to the SQLite default behavior.
cmReadOnly - The database is opened in read-only mode.
cmReadWrite - The database is opened for reading and writing.
Note that the ForceCreateDatabase property can be used to enable the automatic creation of the database when it doesn't already exist.