Vcl.ComCtrls.TCustomTreeView.OnAddition
Delphi
property OnAddition: TTVExpandedEvent read FOnAddition write FOnAddition;
C++
__property TTVExpandedEvent OnAddition = {read=FOnAddition, write=FOnAddition};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
event | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTreeView |
Beschreibung
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.