Vcl.ComCtrls.TCustomTreeView.OnCollapsing

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnCollapsing: TTVCollapsingEvent read FOnCollapsing write FOnCollapsing;

C++

__property TTVCollapsingEvent OnCollapsing = {read=FOnCollapsing, write=FOnCollapsing};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Beschreibung

Tritt ein, wenn ein Knoten ausgeblendet wird.

Der Typ TTVCollapsingEvent zeigt auf eine Methode, die aufgerufen wird, kurz bevor ein Knoten ausgeblendet wird.

OnCollapsing ist eine Ereignisbehandlungsroutine des Typs Vcl.ComCtrls.TTVCollapsingEvent.

Siehe auch