Vcl.Samples.DirOutln.TDirectoryOutline.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change; virtual;

C++

virtual void __fastcall Change();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Generates an OnChange event.

Change is called automatically when the event is triggered. It calls the OnChange event handler if it is assigned.

See Also