Create a Time Out Button / Entry Form in Delphi
Friday July 3, 2009
VCL Ideas ::
If you are developing a "quiz-like" type of application, or an "exam-like" application, a user needs to make a selection and click the "Next" button, to go to the next "question".
In such scenarios you might need to force a user to make a selection (choose the "answer") within a specified time interval.
If you are developing a "quiz-like" type of application, or an "exam-like" application, a user needs to make a selection and click the "Next" button, to go to the next "question".
In such scenarios you might need to force a user to make a selection (choose the "answer") within a specified time interval.
You, as a developer, should include some code that will programmatically fire the OnClick event of the "Next" button, when the time has elapsed. Here's how ...
Read the full article to learn how to Create a Time Out Button / Entry Form in Delphi
Related:


Comments
No comments yet. Leave a Comment