Guest User

Untitled

a guest
Jun 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. bi tane dialog oluştur..
  2.  
  3. global fonksiyona
  4.  
  5. string_Kontrol=false;
  6.  
  7. ekle
  8. projenin on startup evresine
  9.  
  10. DialogEx.Show("Dialog1", true, nil, nil);
  11. if string_Kontrol == true then
  12. Application.Exit();
  13. end
  14.  
  15. ekle
  16.  
  17. dialog kapat butonuna da
  18.  
  19. string_Kontrol=true;
  20. result = DialogEx.Close(0);
  21.  
  22. ve sonra dene
Add Comment
Please, Sign In to add comment