System.Classes.TStringList.Changing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changing; virtual;

C++

virtual void __fastcall Changing();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TStringList

Description

Fires an OnChanging event.

The Changing method fires an OnChanging event.

See Also