RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.SetViewStyle Method

Sets the value of the ViewStyle property.

Pascal
procedure SetViewStyle(Value: TViewStyle); virtual;
C++
virtual __fastcall SetViewStyle(TViewStyle Value);

Override SetViewStyle to provide a different write implementation for the ViewStyle property.  

Value indicates the new value of ViewStyle, which controls how the list view displays its items. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!