zoukankan      html  css  js  c++  java
  • 使用 IntraWeb (17)

    
    
     
    TIWRadioButton //单选 TIWRadioGroup  //单选组 TIWCheckBox    //复选 


    TIWRadioButton 所在单元及继承链:
    IWCompRadioButton.TIWRadioButton < TIWCustomRadioButton < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

    主要成员:


    
    
     
    property Editable: Boolean // property Checked: Boolean  // property Group: string    //分组名; 在统一母体中的单选按钮, 组名相同者互斥 property Value: string    //同 Caption property Caption: TCaption // property OnClick: TNotifyEvent property OnAsyncClick: TIWAsyncEvent property OnAsyncChange: TIWAsyncEvent 



    TIWRadioGroup 所在单元及继承链:
    IWCompExtCtrls.TIWRadioGroup < TIWCustomRadioGroup < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

    主要成员:


    
    
     
    property ItemIndex: Integer  // property Items: TStringList  // property Layout: TIWRadioGroupLayout //排列: glVertical(默认)、glHorizontal property Confirmation: string  // property OnClick: TNotifyEvent        // property OnAsyncClick: TIWAsyncEvent  // property OnAsyncChange: TIWAsyncEvent // 



    TIWCheckBox 所在单元及继承链:
    mpCheckbox.TIWCheckBox < TIWCustomCheckBox < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

    主要成员:


    
    
     
    property Confirmation: string  // property Checked: Boolean      // property Caption: TCaption    // property Style: TIWCustomCheckBoxStyle //两种不同的样式: stNormal(默认)、stCool property OnClick: TNotifyEvent      // property OnAsyncClick: TIWAsyncEvent // 
  • 相关阅读:
    mybatis中的#和$的区别
    error: 40
    SenseTime Ace Coder Challenge 暨 商汤在线编程挑战赛* B. 我觉得海星
    AtCoder Regular Contest 093 D
    AtCoder Regular Contest 092 D
    2018 蓝桥杯省赛 B 组模拟赛(五) 结果填空:藏宝图
    2018/3/22 美团在线笔试 编程题
    2018/3/22美团在线笔试
    2018 蓝桥杯省赛 B 组模拟赛(一)青出于蓝胜于蓝
    心情小记
  • 原文地址:https://www.cnblogs.com/martian6125/p/9630978.html
Copyright © 2011-2022 走看看