Data.DB.TCheckConstraint.Assign
Delphi
procedure Assign(Source: TPersistent); override;
C++
virtual void __fastcall Assign(System::Classes::TPersistent* Source);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DB.pas Data.DB.hpp |
Data.DB | TCheckConstraint |
Description
Assigns one constraint to another.
Call Assign to copy the SQL that defines the constraint of another TCheckConstraint object into this one. Source is the TCheckConstraint from which to read text.