Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. if RadioGroup1->ItemIndex == 0 { // 0 - первый пункт активен
  2.         blablabla };
  3. else if RadioGroup1->ItemIndex == 1 { // 1 - второй пункт активен
  4.         blablabla };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement