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

TIWRadioButton 所在单元及继承链:

IWCompRadioButton.TIWRadioButton

主要成员:


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

主要成员:


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

主要成员:


property Confirmation: string  //
property Checked: Boolean //
property Caption: TCaption //
property Style: TIWCustomCheckBoxStyle //两种不同的样式: stNormal(默认)、stCool property OnClick: TNotifyEvent //
property OnAsyncClick: TIWAsyncEvent //

最新文章

  1. DOM(文档对象模型)
  2. JavaScript实现拖拽元素对齐到网格(每次移动固定距离)
  3. 项目中libevent几个问题
  4. 【KMP】Oulipo
  5. 五、MP3文件认识上的几个误区
  6. python排序(冒泡, 快速)
  7. 微信小程序换皮肤,动态切换菜单栏和导航栏的样式,动态修改TabBar和NavigationBar
  8. 为什么要用Thrift
  9. angular 表单元素的使用总结
  10. How to Pronounce the Idiom: ‘Out Like a Light’
  11. 使用Socket抓取网页源码
  12. java Ftp上传创建多层文件的代码片段
  13. 【洛谷】P3919 【模板】可持久化线段树(主席树)
  14. cs4.1 编译与安装
  15. Part2_lesson3---ARM寄存器详解
  16. sql语言的一大类 DML 数据的操纵语言
  17. macOS中安装docker
  18. ESXI和vSphere的安装配置-实现一台电脑硬件虚拟化为两台
  19. Magenta源代码笔记(3) —— 内存管理【转】
  20. 死磕 java并发包之AtomicStampedReference源码分析(ABA问题详解)

热门文章

  1. javascript私有静态成员
  2. Export SQLite data to Excel in iOS programmatically(OC)
  3. 收集SpringBoot的一些学习资料
  4. Apache的对象复制详解
  5. springcloud搭建服务注册中心与服务发现
  6. python里面的引用
  7. Python 单例模式讲解
  8. MySQL 数据库性能优化之SQL优化【转】
  9. Codeforces 584E Anton and Ira
  10. 027 Spark的优化总结