Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomShellListView.UpdateContent Method

In This Article

Updates content of the currently displayed shell item.

#Declaration

Delphi
procedure UpdateContent;

#Remarks

Call the UpdateContent procedure to update content displayed in the control if Windows Shell was changed by an external process or application when the Shell List View control does not track external Windows Shell changes (that is, when the ShellOptions.TrackShellChanges property is set to False).

See Also