Data.Bind.ObjectScope.TBindSourceAdapter.GetCanInsert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanInsert: Boolean; virtual;

C++

virtual bool __fastcall GetCanInsert();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Getter method for the CanInsert property.

GetCanInsert returns whether the source adapter can insert data.

Note: This method always returns False, so descendant classes must override the GetCanInsert method to return True if the source adapter can insert data or False otherwise.

See Also