RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckConstraints.Create Constructor

Instantiates an instance of a check constraint collection object.

Pascal
constructor Create(Owner: TPersistent); virtual;
C++
virtual __fastcall TCheckConstraints(TPersistent * Owner);

Most applications do not need to instantiate TCheckConstraints. This object is created by the dataset that uses it to implement its Constraints property. 

Call Create to instantiate a check constraint collection at runtime when you need a collection object and it has not been created automatically for you. Create calls its inherited constructor, and sets the collection's owner object to Owner. 

 

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