| Field |
Type |
R/W |
Default |
|
|
|
|
| Align |
INTEGER |
RW |
alNone |
|
Align determines how the control aligns within its parent control. |
| BackColor |
INTEGER |
RW |
clWhite |
|
BackColor specifies the background color of the component. |
| BorderStyle |
INTEGER |
RW |
bsSingle |
| Color |
INTEGER |
RW |
|
| Cursor |
INTEGER |
RW |
crDefault |
| Enabled |
INTEGER |
RW |
True |
| Font |
QFONT |
W |
|
| ForeColor |
INTEGER |
RW |
|
|
ForeColor specifies the color of the progress meter. |
| Height |
INTEGER |
RW |
|
| Hint |
STRING |
RW |
|
| Kind |
INTEGER |
RW |
gkHorizontalBar |
| Left |
INTEGER |
RW |
|
| Max |
INTEGER |
RW |
100 |
| Min |
INTEGER |
RW |
0 |
| Parent |
QFORM/QPANEL/QTABCONTROL |
W |
|
| Position |
INTEGER |
RW |
0 |
| ShowHint |
INTEGER |
RW |
False |
| ShowText |
INTEGER |
RW |
True |
|
ShowText determines whether the progress text (as a percent) should be displayed. |
| Top |
INTEGER |
RW |
|
| Visible |
INTEGER |
RW |
True |
| Width |
INTEGER |
RW |
|