RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckConstraint.FromDictionary Property

Indicates whether to fetch a check constraint from the Data Dictionary. Reserved for future use.

Pascal
property FromDictionary: Boolean;
C++
__property Boolean FromDictionary;

FromDictionary is only implemented for the Windows product, which has a data dictionary.  

Use FromDictionary to indicate whether this check constraint is derived from the Data Dictionary (True) (true) , or is local to the application (False) (false) . 

 

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