RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.OnCreateItemClass Event

Occurs when a list item object is about to be created.

Pascal
property OnCreateItemClass: TLVCreateItemClassEvent;
C++
__property TLVCreateItemClassEvent OnCreateItemClass;

OnCreateItemClass occurs when a new item object is about to be created. 

Sender is the list view object that needs to add a new panel. 

Item class returns a class reference that is instantiated to create a new item object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!