RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.ConstraintsDisabled Method

Indicates whether constraints are enabled for a dataset.

Pascal
function ConstraintsDisabled: Boolean;
C++
__fastcall Boolean ConstraintsDisabled();

Call ConstraintsDisabled to determine if constraints are currently disabled for a dataset. If ConstraintsDisabled returns true, constraints are currently disabled. If false, constraints are currently enabled. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!