Data.Bind.ObjectScope.TBaseListBindSourceAdapter.DoListInsert

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBaseListBindSourceAdapter

Delphi

procedure DoListInsert(AIndex: Integer; out AHandled: Boolean;
out ANewIndex: Integer); virtual;

C++

virtual void __fastcall DoListInsert(int AIndex, /* out */ bool &AHandled, /* out */ int &ANewIndex);

Description

Embarcadero Technologies does not currently have any additional information.