IconView1Click method

Applies to
TForm1

Declaration
procedure IconView1Click(Sender: TObject);

Implementation

procedure TForm1.IconView1Click(Sender: TObject);
begin try
vr1.ViewStyle := TViewStyleEx(TMenuItem(Sender).Tag);
TMenuItem(Sender).Checked:=true;
except end;End;


HTML generated by Time2HELP
http://www.time2help.com