AnyDAC
ContentsIndexHome
PreviousUpNext
TADSQLiteFunction.Active Property

Activates and registers a function.

Group
Links

Use the Active property to activate the function and register it at with SQLite engine. 

All connections established after setting Active to True may use this function. Setting Active to False will unregister the function. Note, that SQLite actually has problems with function un-registration. So, in general, leave the function registered until application finish. 

Changing any of the function properties will set Active to False.

property Active;
What do you think about this topic? Send feedback!