Data.DB.TCheckConstraint.FromDictionary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FromDictionary: Boolean read FFromDictionary write FFromDictionary;

C++

__property bool FromDictionary = {read=FFromDictionary, write=FFromDictionary, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TCheckConstraint

Description

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

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).

See Also