Unable to load extensions in version 4.3.1 on Delphi 7

Unable to load extensions in version 4.3.1 on Delphi 7

Hi,

Setting the option EnableLoadExtension in AfterConnect has no effect.

Debugging the driver shows that TSQLiteConnection.Connect is called before TSQLiteConnection.SetProp. Hence, the call to sqlite3_enable_load_extension made from TSQLiteConnection.Connect is never executed because the field FEnableLoadExtension is always FALSE at that moment.
There is no other call to sqlite3_enable_load_extension afterwards, so there is no way to enable extensions.