Insert the following Component to the Borland Delphi 7 Form Design
No | Component Name | Properties | Value |
1 | Label1 | Caption | www.ItsToShare.Com |
2 | Timer1 | - | - |
This is the design form of the Running Text In Borland Delphi 7 (Go Along To The Left) Application
Picture 1. Running text visualization design in Delphi.
Insert the following Source to Code the Borland Delphi 7 Form Design
No | Component Name | Event | Source Code |
Timer1 | OnTimer | Label1.Left:=Label1.left-10; if (Label1.left+Label1.width) <= 0 then Label1.left:=Form1.Width-(label1.Width+10); |
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 |