RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.ConstraintsDisabled Method

Indicates whether constraints are enabled for a client dataset.

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

Call ConstraintsDisabled to determine if constraints are currently disabled for a client dataset. If ConstraintsDisabled returns true, constraints are not enforced when edits are posted. If false, constraints are enforced when records are posted. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!