Data.Bind.ObjectScope.TBaseListBindSourceAdapter.DoListInsert
[–] 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.