Data.Bind.ObjectScope.TBaseListBindSourceAdapter.DoListDelete
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBaseListBindSourceAdapter |
Delphi
procedure DoListDelete(AIndex: Integer; out AHandled: Boolean;
out ARemoved: Boolean); virtual;
C++
virtual void __fastcall DoListDelete(int AIndex, /* out */ bool &AHandled, /* out */ bool &ARemoved);
Description
Embarcadero Technologies does not currently have any additional information.