Class TWaveVolumeSetting (unit WaveControl) |
TTrackBar
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
procedure SetInterval(Value : integer);
procedure TWaveVolumeSetting.SetInterval(Value: integer); begin if (FInterval <> Value) then begin FInterval := Value; FTimer.interval := FInterval; end; end;
Properties |
Events |
Variables |