{"id":20406079,"url":"https://github.com/miguelhp373/messagebox_sample","last_synced_at":"2026-03-19T15:41:03.014Z","repository":{"id":54048782,"uuid":"522015328","full_name":"miguelhp373/MessageBox_Sample","owner":"miguelhp373","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-06T18:03:17.000Z","size":213,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T18:32:16.188Z","etag":null,"topics":["delphi","messagebox"],"latest_commit_sha":null,"homepage":"https://www.functionx.com/delphi/msgboxes/messagebox.htm","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miguelhp373.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-06T17:46:30.000Z","updated_at":"2022-10-10T01:01:27.000Z","dependencies_parsed_at":"2022-08-13T06:20:16.134Z","dependency_job_id":null,"html_url":"https://github.com/miguelhp373/MessageBox_Sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miguelhp373/MessageBox_Sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FMessageBox_Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FMessageBox_Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FMessageBox_Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FMessageBox_Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miguelhp373","download_url":"https://codeload.github.com/miguelhp373/MessageBox_Sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelhp373%2FMessageBox_Sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745661,"owners_count":24813515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["delphi","messagebox"],"created_at":"2024-11-15T05:14:56.685Z","updated_at":"2026-02-11T03:02:12.545Z","avatar_url":"https://github.com/miguelhp373.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :envelope: Message Box Sample \n\n\u003cdiv style='text-align:center'\u003e\n  \u003cimg src='https://www.functionx.com/vcl/msgboxes/description.gif' style='width:auto;height:150px;'/\u003e\n \u003c/div\u003e\n \n ***\n### 📝[information taken from the website \"functionx\" ](https://www.functionx.com/delphi/msgboxes/messagebox.htm)\n\n## Flag List\n\n\u003cdiv style='text-align:center'\u003e\n  \u003cimg src='https://www.functionx.com/vcl/msgboxes/msgbox06.gif' style='width:auto;height:150px;'/\u003e\n\u003c/div\u003e\n\n  ```txt\n  \n    MB_OK\n    MB_OKCANCEL\n    MB_ABORTRETRYIGNORE\n    MB_YESNOCANCEL\n    MB_YESNO\n    MB_RETRYCANCEL\n    MB_HELP\n```\n## Icon List\n\n\u003cdiv style='text-align:center'\u003e\n  \u003cimg src='https://www.functionx.com/vcl/msgboxes/msgbox08.gif' style='width:auto;height:150px;'/\u003e\n\u003c/div\u003e\n\n\n\n  ```txt\n\n    MB_ICONEXCLAMATION    //Alert\n    MB_ICONWARNING        //Alert\n    MB_ICONINFORMATION    //Info\n    MB_ICONASTERISK       //Info\n    MB_ICONQUESTION       //Question\n    MB_ICONSTOP           //Question\n    MB_ICONERROR          //Error\n    MB_ICONHAND           //Error\n```\n\n## Default Button on MessageBox\n\n\u003cdiv style='text-align:center'\u003e\n  \u003cimg src='https://www.functionx.com/vcl/msgboxes/msgbox09.gif' style='width:auto;height:150px;'/\u003e\n\u003c/div\u003e\n\n  ```txt\n  \n    MB_DEFBUTTON1 //first button\n    MB_DEFBUTTON2 //second button\n    MB_DEFBUTTON3 //third button\n    MB_DEFBUTTON4 //fourth button\n  ```\n\n##  The Returned Value of the Message Box\n\n\u003cdiv style='text-align:center'\u003e\n  \u003cimg src='https://www.functionx.com/vcl/msgboxes/msgbox10.gif' style='width:auto;height:150px;'/\u003e\n\u003c/div\u003e\n\n  ```txt\n  \n   IDOK          //Ok Button\n    IDCANCEL      //Cancel Button\n    IDABORT       //Abort Button\n    IDRETRY       //Retry Button\n    IDIGNORE      //Ignore Button\n    IDYES         //Yes Button\n    IDNO          //No Button\n  ```\n\n## Sample Use\n\n```pascal  \n  if  Application.MessageBox('Message Text','Caption',MB_YESNOCANCEL or MB_ICONEXCLAMATION or MB_DEFBUTTON1)  = IDYES then\n  begin\n    ShowMessage('You Clicked \"Yes Button\"!');\n  end;\n```  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelhp373%2Fmessagebox_sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelhp373%2Fmessagebox_sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelhp373%2Fmessagebox_sample/lists"}