Data.Bind.ObjectScope.TCustomDataGeneratorAdapter.GetCanInsert
Delphi
function GetCanInsert: Boolean; override;
C++
virtual bool __fastcall GetCanInsert(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TCustomDataGeneratorAdapter |
Description
Getter method for the CanInsert property. {{#multireplace:Data.Bind.ObjectScope.TCustomDataGeneratorAdapter.GetCanInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetCanInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetCanInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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 returnTrueif the source adapter can insert data orFalseotherwise.