InitializeWnd - calls inherited method, then sets various local properties.
Source position: comctrls.pp line 1508
protected procedure TCustomListView.InitializeWnd; override; |
InitializeWnd - calls inherited method, then sets style, adds columns, sets imagelists and item depending properties (scroll bars, sorting etc), adds items and sets other miscellaneous properties (default item height, hot track styles, hover time etc)
|
Copies cached control properties to the just created widget. |