|
RAD Studio VCL Reference
|
Instantiates an instance of a check constraint collection object.
constructor Create(Owner: TPersistent); virtual;
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!
|