Data.DB.TDataSet.GetCheckConstraintsClass
Delphi
function GetCheckConstraintsClass: TCheckConstraintsClass; virtual;
C++
virtual TCheckConstraintsClass __fastcall GetCheckConstraintsClass();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Returns the metaclass for TCheckConstraints.
GetCheckConstraintsClass is used to get the class reference for the dataset Constraints property's class, which is a TCheckConstraints.
See Also