使用 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     //同 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 //


使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。