Data.DB.TObjectField.GetHasConstraints

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TObjectField

Delphi

function GetHasConstraints: Boolean; override;

C++

virtual bool __fastcall GetHasConstraints();

Description

Returns whether the value of this field is constrained or the values of the owned fields are constrained.

GetHasConstraints returns True if this field has constraints or any of the owned field has constraints.

The value of a field is constrained if any of the following field properties are set:

See Also