TrackBar2Change method

Applies to
TForm8

Declaration
procedure TrackBar2Change(Sender: TObject);

Implementation

procedure TForm8.TrackBar2Change(Sender: TObject);
begin try
Form2.DSVideoWindowEx1.ColorControl.Contrast := TrackBar2.Position;
except end;End;


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