Vcl.ComCtrls.TCustomTreeView.OnCreateNodeClass
Delphi
property OnCreateNodeClass: TTVCreateNodeClassEvent read FOnCreateNodeClass write FOnCreateNodeClass;
C++
__property TTVCreateNodeClassEvent OnCreateNodeClass = {read=FOnCreateNodeClass, write=FOnCreateNodeClass};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTreeView |
Description
OnCreateNodeClass occurs when a new node object is about to be created.
OnCreateNodeClass is an event handler of type Vcl.ComCtrls.TTVCreateNodeClassEvent.