|
AnyDAC
|
Activates and registers a collation.
Use the Active property to activate the collation and register it at with SQLite engine.
All active connections may use this collation. Setting Active to False will unregister the collation. Note, that SQLite actually has problems with collation unregistration. So, in general, leave the collation registered until application finish.
Changing any of the collation properties will set Active to False.
property Active;
|
What do you think about this topic? Send feedback!
|