Rapid-Q Documentation by William Yu (c)1999-2000 Appendix A: QGAUGE


QGAUGE Компонент

QGauge is a sophisticated progress monitor. Used visually to give users the progress of an operation.

QGauge Свойства
ПолеТипR/WПо умолчанию




AlignINTEGERRWalNone
Align определяет как компонент располагается на родительской форме
BackColorINTEGERRWclWhite
BackColor определяет цвет фона компонента.
BorderStyleINTEGERRWbsSingle
ColorINTEGERRW
CursorINTEGERRWcrDefault
EnabledINTEGERRWTrue
FontQFONTW
ForeColorINTEGERRW
ForeColor specifies the color of the progress meter.
HeightINTEGERRW
HintSTRINGRW
KindINTEGERRWgkHorizontalBar
LeftINTEGERRW
MaxINTEGERRW100
MinINTEGERRW0
ParentQFORM/QPANEL/QTABCONTROLW
PositionINTEGERRW0
ShowHintINTEGERRWFalse
ShowTextINTEGERRWTrue
ShowText determines whether the progress text (as a percent) should be displayed.
TopINTEGERRW
VisibleINTEGERRWTrue
WidthINTEGERRW

QGauge Примеры
$INCLUDE "RAPIDQ.INC"

CREATE Form AS QForm
  Center
  CREATE Gauge AS QGauge
    Position = 20
    Kind = gkPie
  END CREATE
  ShowModal
END CREATE

Предыдущий Компонент Содержание Следующий Компонент