Data.Bind.Components.TCustomBindGridLink.IsRequired

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsRequired: Boolean;

C++

bool __fastcall IsRequired();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

Description

Indicates whether the member to which a control links must have a value. If a member is required, then it cannot have a null value.

See Also