Guidance
指路人
g.yi.org
software / RapidQ / RQ Doc / html / qradiobutton.html

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

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


QRADIOBUTTON Component

QRadioButton is a simple radio item. If you want to group radiobuttons, use a container like QPanel.

QRadioButton Properties
FieldTypeR/WDefaultSupport





AlignINTEGERRWalNoneW
CaptionSTRINGRWWXG
CheckedINTEGERRWFalseWXG
EnabledINTEGERRWTrueWXG
FontQFONTWW
HeightINTEGERRWWXG
HintSTRINGRWWXG
LeftINTEGERRW0WXG
ParentQFORM/QPANEL/QTABCONTROLWWXG
PopupMenuQPOPUPMENUWW
ShowHintINTEGERRWFalseWXG
TabOrderINTEGERRWW
TagINTEGERRWWXG
TopINTEGERRW0WXG
VisibleINTEGERRWTrueWXG
WidthINTEGERRWWXG

QRadioButton Methods
MethodTypeDescriptionParams





QRadioButton Events
EventTypeOccurs when...ParamsSupport





OnClickVOIDUser clicked on radio button0WXG


QRadioButton Examples
  DIM Form AS QForm
  DIM Radio1 as QRadioButton
  DIM Radio2 as QRadioButton
  DIM Radio3 as QRadioButton

  Radio1.Parent = Form
  Radio1.Top = 10
  Radio1.Caption = "Item 1"
  Radio2.Parent = Form
  Radio2.Top = 35
  Radio2.Caption = "Item 2"
  Radio3.Parent = Form
  Radio3.Top = 60
  Radio3.Caption = "Item 3"

  Form.ShowModal

Prev Component Contents Next Component
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Thu 2024-3-28  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2015-12-25 19:42:45