Data.DB.TFlatList.ListChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ListChanging(Sender: TObject);

C++

void __fastcall ListChanging(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TFlatList

Description

Raises an exception if the list is locked.

The ListChanging method is used to raise a read-only exception if the list is in a locked state.

See Also