Advertisement
TLama

Untitled

Aug 6th, 2013
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.26 KB | None | 0 0
  1. procedure gSetVersion;
  2. begin
  3.   case gVersionPage.SelectedValueIndex of
  4.     0: gInstallArea := 'install_a';
  5.     1: gInstallArea := 'install_b';
  6.     2: gInstallArea := 'install_c';
  7.   end
  8.   WizardForm.DirEdit.Text := WizardDirValue + '\' + gInstallArea;
  9. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement