Insert the following Component to the Borland Delphi 7 Form Design
No | Component Name | Properties | Value |
Label1 | Caption | www.ItsToShare.Com | |
Timer1 | - | - |
Picture 1. Running text visualization design in Delphi.
Insert the following Source Code to the Borland Delphi 7 Form Design
No | Component Name | Event | Source Code |
Timer1 | OnTimer | Label1.top:=Label1.TOP-10; if (Label1.TOP+Label1.Height) <= 0 then Label1.TOP:=Form1.Height-(label1.Height+50); |
The following is the screenshot picture.
I hope this article can give benefit to the visitors, readers, developer and me. Thanks for visiting and availability for sharing this article by pressing
Share this on Facebook |