首页 > 代码库 > 使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox
使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox
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 //同 Captionproperty Caption: TCaption //property OnClick: TNotifyEventproperty OnAsyncClick: TIWAsyncEventproperty OnAsyncChange: TIWAsyncEvent
TIWRadioGroup 所在单元及继承链:
IWCompExtCtrls.TIWRadioGroup < TIWCustomRadioGroup < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject
主要成员:
property ItemIndex: Integer //property Items: TStringList //property Layout: TIWRadioGroupLayout //排列: glVertical(默认)、glHorizontalproperty 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(默认)、stCoolproperty OnClick: TNotifyEvent //property OnAsyncClick: TIWAsyncEvent //
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。