Used to enable or disable foreign key constraints.
property ForeignKeys: boolean default True;
By default, foreign key constraints are disabled in SQLite. Use the ForeignKeys property to enable or disable foreign keys constraints without explicitly executing the "PRAGMA foreign_keys = ON;" and "PRAGMA foreign_keys = OFF;" statements. The default value if True.