Guest User

Untitled

a guest
May 20th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. procedure FormClosed(Sender: TObject; var CanClose: Boolean);
  3. Contributors: Wanted
  4. Description: Actions performed upon closing form.
  5. Date Created: January 8th, 2012. By Wanted. RS2 Build 695.
  6. Last Modification: January 8th, 2012. By Wanted. RS2 Build 695.
  7. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
  8.  
  9. procedure FormClosed(Sender: TObject; var CanClose: Boolean);
  10. begin
  11. UpdateSettingsFromForm;
  12. SaveSettings;
  13. CanClose := True;
  14. end;
Add Comment
Please, Sign In to add comment