Breaking News
Loading...
Tuesday, July 23, 2013



To create an indicator in an application process, a lot of things to do to make it. One using the Progress Bar, where the goal is to find out the progress report of an ongoing process.


The following simple example will be discussed making ‘How To Make Simple Progress Bar with Borland Delphi 7′ by using the ProgressBar component.


Simple ProgressBar 2 300x85


Format Form

Properties:

Name: Form1

Left: 271

Top: 393

Width: 516

Height: 148

Caption: ‘Form1′

Events:

OnCreate:



procedure TForm1.FormCreate(Sender: TObject);
begin
Caption := 'Progress Bar [Simple Sample]';
lbl1.Caption := 'Click Button Starting...';
tmr1.Enabled := False;
end;

Komponen TLabel

Properties:

Name: lbl1

Left: 8

Top: 8

Width: 29

Height: 20

Caption: ‘lbl1′

Font.Name: ‘MS Sans Serif’

Font.Style: [fsBold]

ParentFont: False

Events: -




-=Thank.you=-

0 comments:

Post a Comment

 

Receive All Free Updates Via Facebook.