RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckConstraints.Add Method

Adds a check constraint to the list maintained by this collection object.

Pascal
function Add: TCheckConstraint;
C++
__fastcall TCheckConstraint Add();

Call Add to add another check constraint to those known to the dataset component that owns this check constraint object. After adding a check constraint, set its properties to provide the SQL that defines the constraint. 

 

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