API:Vcl.Touch.GestureCtrls.TGestureListView.OnCreateSubItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreateSubItems;

C++

__property OnCreateSubItems;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Occurs when a new item is added to the gesture list view.

Vcl.Touch.GestureCtrls.TGestureListView.OnCreateSubItems inherits from Vcl.Touch.GestureCtrls.TCustomGestureListView.OnCreateSubItems. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureListView.OnCreateSubItems.

Occurs when a new item is added to the gesture list view.

Write an event handler for OnCreateSubItems to take additional steps whenever a new item is inserted into the TCustomGestureListView instance.

See Also