TIWRadioButton //单选 TIWRadioGroup //单选组 TIWCheckBox //复选
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
property ItemIndex: Integer // property Items: TStringList // property Layout: TIWRadioGroupLayout //排列: glVertical(默认)、glHorizontal property Confirmation: string // property OnClick: TNotifyEvent // property OnAsyncClick: TIWAsyncEvent // property OnAsyncChange: TIWAsyncEvent //
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,布布扣,bubuko.com
使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox
原文:http://www.cnblogs.com/del/p/3786373.html