Vcl.ComCtrls.TCustomListView.SetViewStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetViewStyle(Value: TViewStyle); virtual;

C++

virtual void __fastcall SetViewStyle(TViewStyle Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Sets the value of the ViewStyle property.

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.

See Also