TrackBar1Change method

Applies to
TForm8

Declaration
procedure TrackBar1Change(Sender: TObject);

Implementation

procedure TForm8.TrackBar1Change(Sender: TObject);
begin try
Form2.DSVideoWindowEx1.ColorControl.Brightness := TrackBar1.Position;
except end;End;


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