Vcl.ComCtrls.TTreeView.OnAddition

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnAddition: TTVExpandedEvent read FOnAddition write FOnAddition;

C++

__property OnAddition;

Eigenschaften

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

Beschreibung

Tritt ein, wenn ein neuer Knoten hinzugefügt wird.

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

Tritt ein, wenn ein neuer Knoten hinzugefügt wird.

OnAddition wird ausgelöst, wenn dem Steuerelement ein neuer Knoten hinzugefügt wird.

OnAddition ist eine Ereignisbehandlungsroutine des Typs Vcl.ComCtrls.TTVExpandedEvent.

Siehe auch