API:Vcl.ComCtrls.TTreeView.OnCollapsing

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnCollapsing: TTVCollapsingEvent read FOnCollapsing write FOnCollapsing;

C++

__property OnCollapsing;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Beschreibung

Tritt ein, wenn ein Knoten ausgeblendet wird.

Vcl.ComCtrls.TTreeView.OnCollapsing erbt von Vcl.ComCtrls.TCustomTreeView.OnCollapsing. Der folgende Inhalt bezieht sich auf Vcl.ComCtrls.TCustomTreeView.OnCollapsing.

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