Advertisement
rikokurniawan

Dial Up Button Coding

Dec 5th, 2012
1,621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.13 KB | None | 0 0
  1. procedure TF_Dial.sButton2Click(Sender: TObject);
  2. begin
  3.   sPC1.ActivePageIndex:=0;
  4.   T2.Enabled:=False;
  5.   T1.Enabled:=True;
  6. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement