Vcl.Outline.EOutlineChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EOutlineChange = procedure (Sender: TObject; Index: LongInt) of object;

C++

typedef void __fastcall (__closure *EOutlineChange)(System::TObject* Sender, System::LongInt Index);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline Vcl.Outline

Description

EOutlineChange is the type of event handlers that respond when the nodes in an outline control change.

Sender is the outline control whose node just changed.

Index is the index of the node that just changed.