API:System.IniFiles.THashedStringList.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed; override;

C++

virtual void __fastcall Changed();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles THashedStringList

Description

Fires an OnChange event.

System.IniFiles.THashedStringList.Changed inherits from System.Classes.TStringList.Changed. All content below this line refers to System.Classes.TStringList.Changed.

Fires an OnChange event.

The Changed method fires an OnChange event.

See Also