TViewStyle - enumerated type for style of view
Source position: comctrls.pp line 939
type TViewStyle = (
vsIcon,
vsSmallIcon,
vsList,
vsReport
);