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

主要成员:


property AutoEditable: Boolean   //根据 DataSource 和 DataField 的情况决定是否可以编辑; 默认 False
property DataField: string       //
property DataSource: TDataSource //
property ValueChecked: string    //Checked = True 时的字符串显示; 默认 'true'
property ValueUnchecked: string  //Checked = False 时的字符串显示; 默认 'false'
property Checked: Boolean        //

TIWDBEdit 所在单元及继承链:
IWDBStdCtrls.TIWDBEdit < TIWCustomEdit < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AutoEditable: Boolean   //
property DataField: string       //
property PasswordPrompt          //默认 False
property DataSource: TDataSource //

TIWDBGrid 所在单元及继承链:
IWDBGrids.TIWDBGrid < TIWCustomGrid < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property CurrentField: TField read FCurrentField  //
property RecordCount: Integer read FRecordCount   //
property RowIsCurrent: Boolean read FRowIsCurrent //property ScrollToCurrentRow : Boolean      //
property Columns: TIWDBGridColumns         //
property DataSource: TDataSource           //
property FooterRowCount: Integer           //
property FromStart: Boolean                //
property HighlightColor: TIWColor          //
property HighlightRows: Boolean            //
property Options: TIWDBGridOptions         //集合选项 [dgIndicator,dgShowTitles] = [指示当前行, 显示标题]; Uses IWCompGridCommon;
property RefreshMode: TIWDBGridRefreshMode //
property RowLimit: integer            //
property RollOver: Boolean            //
property RowClick: Boolean            //
property RollOverColor: TIWColor      //
property RowHeaderColor: TIWColor     //
property RowAlternateColor: TIWColor  //
property RowCurrentColor: TIWColor    //

TIWDBImage 所在单元及继承链:
IWDBExtCtrls.TIWDBImage < TIWDynamicImage < TIWCustomImage < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property DataField: string       //
property DataSource: TDataSource //

TIWDBLabel 所在单元及继承链:
IWDBStdCtrls.TIWDBLabel < TIWCustomLabel < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AutoSize                //
property DataField: string       //
property DataSource: TDataSource //

TIWDBListbox 所在单元及继承链:
IWDBStdCtrls.TIWDBListbox < TIWCustomListbox < TIWCustomListCombo < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property TrimValues: Boolean     //
property AutoEditable: Boolean   //
property DataField: string       //
property DataSource: TDataSource //
property Items      //
property ItemIndex  //
property Sorted     //

TIWDBLookupListBox 所在单元及继承链:
IWDBStdCtrls.TIWDBLookupListBox < TIWCustomListbox < TIWCustomListCombo < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AutoEditable: Boolean   //
property DataField: string       //
property DataSource: TDataSource //
property KeyField: string        //
property ListField: string       //
property ListSource: TDataSource //

TIWDBComboBox 所在单元及继承链:
IWDBStdCtrls.TIWDBComboBox < TIWCustomComboBox < TIWCustomListCombo < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AutoEditable: Boolean   //
property DataField: string       //
property DataSource: TDataSource //
property ItemIndex  //
property Items      //
property Sorted     //

TIWDBLookupComboBox 所在单元及继承链:
IWDBStdCtrls.TIWDBLookupComboBox < TIWCustomComboBox < TIWCustomListCombo < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property KeyValue: Variant  //property AutoEditable: Boolean     //
property DataField: string         //
property DataSource: TDataSource   //
property KeyField: string          //
property ListField: string         //
property ListSource: TDataSource   //
property DisableWhenEmpty: boolean //

TIWDBMemo 所在单元及继承链:
IWDBStdCtrls.TIWDBMemo < TIWCustomMemo < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property AutoEditable: Boolean   //
property DataField: string       //
property DataSource: TDataSource //

TIWDBNavigator 所在单元及继承链:
IWDBStdCtrls.TIWDBNavigator < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property Confirmations: TIWDBNavConfirmations //
property DataSource: TDataSource        //
property ImageHeight: Integer           //
property ImageWidth: Integer            //
property VisibleButtons: TButtonSet     //
property CustomImages: TIWDBNavImages   //
property Orientation: TIWOrientation    //
property InsertMode: TIWDBNavInsertMode //property OnFirst: TNotifyEvent   //
property OnPrior: TNotifyEvent   //
property OnNext: TNotifyEvent    //
property OnLast: TNotifyEvent    //
property OnEdit: TNotifyEvent    //
property OnInsert: TNotifyEvent  //
property OnDelete: TNotifyEvent  //
property OnPost: TNotifyEvent    //
property OnCancel: TNotifyEvent  //
property OnRefresh: TNotifyEvent //
property OnBeforeAction: TIWDBNavBeforeActionEvent //

TIWDBText 所在单元及继承链:
IWDBStdCtrls.TIWDBText < TIWCustomText < TIWCustomControl < TIWBaseHTMLControl < TIWBaseControl < TIWVCLBaseControl < TControl < TComponent < TPersistent < TObject

主要成员:


property ConvertSpaces           //
property DataField: string       //
property DataSource: TDataSource //
property Font         //
property RawText      //
property UseFrame     //
property WantReturns  //

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

主要成员:


property TrimValues: Boolean   //
property AutoEditable: Boolean //
property Editable              //
property Font                  //
property Layout                //
property DataField: string     //
property DataSource: TDataSource //
property Values: TStringList   //
property Items                 //

TIWDataModulePool 所在单元及继承链:
IWDataModulePool.TIWDataModulePool < TComponent < TPersistent < TObject

主要成员:


property PoolCount : integer //
property Active : Boolean    //
property Version : string    //property OnCreateDataModule : TIWDataModuleEvent //
property OnFreeDataModule : TIWDataModuleEvent   //function Lock : TDataModule;                     //
procedure Unlock(var ADataModule : TDataModule); //
function CurrentThreadsInUse : integer;          //

TIWDBNavImages 所在单元及继承链:
IWDBStdCtrls.TIWDBNavImages < TPersistent < TObject

主要成员:


property First_Enabled: TIWFileReference    //
property First_Disabled: TIWFileReference   //
property Prior_Enabled: TIWFileReference    //
property Prior_Disabled: TIWFileReference   //
property Next_Enabled: TIWFileReference     //
property Next_Disabled: TIWFileReference    //
property Last_Enabled: TIWFileReference     //
property Last_Disabled: TIWFileReference    //
property Edit_Enabled: TIWFileReference     //
property Edit_Disabled: TIWFileReference    //
property Insert_Enabled: TIWFileReference   //
property Insert_Disabled: TIWFileReference  //
property Delete_Enabled: TIWFileReference   //
property Delete_Disabled: TIWFileReference  //
property Post_Enabled: TIWFileReference     //
property Post_Disabled: TIWFileReference    //
property Cancel_Enabled: TIWFileReference   //
property Cancel_Disabled: TIWFileReference  //
property Refresh_Enabled: TIWFileReference  //
property Refresh_Disabled: TIWFileReference //

TIWDBNavConfirmations 所在单元及继承链:
IWDBStdCtrls.TIWDBNavConfirmations < TPersistent < TObject

主要成员:


property First: string   //
property Prior: string   //
property Next: string    //
property Last: string    //
property Edit: string    //
property Insert: string  //
property Delete: string  //
property Post: string    //
property Cancel: string  //
property Refresh: string //

TIWDBGridColumns 所在单元及继承链:
IWDBGrids.TIWDBGridColumns < TOwnedCollection < TCollection < TPersistent < TObject

主要成员:


property Grid: TIWDBGrid //

TIWDBGridColumn 所在单元及继承链:
IWDBGrids.TIWDBGridColumn < TIWGridCell < TCollectionItem < TPersistent < TObject

主要成员:


function GetDataFieldObj: TField //
function GetLinkFieldObj: TField //property BlobCharLimit: Integer   //
property CompareValue: string    //
property CompareHighlight: THighlightCompare //
property DataField: string        //
property LinkField: string        //
property RawText: Boolean         //
property OnClick: TIWOnClickWithValue //
property OnTitleClick: TNotifyEvent   //
property Title: TIWGridCell       //
property Css: string              //

TIWDataLink 所在单元及继承链:
IWDBStdCtrls.TIWDataLink < TDataLink < TPersistent < TObject

主要成员:


function Edit: Boolean  //
function ExecuteAction(Action: TBasicAction): Boolean; //
function UpdateAction(Action: TBasicAction): Boolean;  //
procedure UpdateRecord                     //
property Active: Boolean read FActive      //
property ActiveRecord: Integer             //
property BOF: Boolean read GetBOF          //
property BufferCount: Integer              //
property DataSet: TDataSet read GetDataSet //
property DataSource: TDataSource           //
property DataSourceFixed: Boolean          //
property Editing: Boolean read FEditing    //
property Eof: Boolean read GetEOF          //
property ReadOnly: Boolean                 //
property RecordCount: Integer read GetRecordCount //

//注释慢慢填...

使用 IntraWeb (41) - 数据控件速查相关推荐

  1. Gridview数据控件的七种字段类型

    9.8  数据控件的七种字段类型(Fields Type)的应用 GridView共支持七种字段类型,字段原本应该叫"Column"比较恰当,但ASP.NET 2.0却采用另一个名 ...

  2. Windows8 Metro应用开发之C#(3)- 数据控件ListView、GridView、FlipView

    Windows8 Metro应用开发之C#(3)- 数据控件ListView.GridView.FlipView 介绍: 本节主要对Windows 8 中对于Metro应用开发提供的数据控件ListV ...

  3. 26 页高清大数据开发代码速查表,提升效率必备!【可下载】

    在各大互联网公司高价抢夺数据人才的环境下,为谋求长期发展.获得高薪,很多人转行到了大数据领域.这条路人才虽缺,但要成为优秀大数据工程师并不轻松:别的不说,光学习新技术,巩固旧知识,就需要耗费大量时间精 ...

  4. 快速构建Windows 8风格应用6-GridView数据控件

    原文:快速构建Windows 8风格应用6-GridView数据控件 本篇博文主要介绍什么是GridView数据控件.如何构建常用的GridView数据呈现样式. 什么是GridView数据控件? G ...

  5. ASP.NET-----Repeater数据控件的用法总结

    一.Repeater控件的用法流程及实例: 1.首先建立一个网站,新建一个网页index.aspx. 2.添加或者建立APP_Data数据文件,然后将用到的数据库文件放到APP_Data文件夹中. 3 ...

  6. ASP.NET的五大数据控件分析

    ASP.NET 数据控件:GridView,DataList,Repeater ,DetailsView,FormView. ASP.NET 数据控件综述: 1.前3个用于呈现多条记录,后面2个用于呈 ...

  7. 实现picturecontrol控件显示图片_陕西曝光机触摸屏实时数据控件

    随着市场需求的快速发展,PCB行业对产能的要求与日俱增.为了在保证品质的前提下快速提高产能,PCB曝光领域掀起了一场新的革命,那就是对传统曝光机进行UVLED改造,用UVLED光源代替传统汞灯.目前市 ...

  8. CYQ.Data 轻量数据访问层(八) 自定义数据表实现绑定常用的数据控件(中)

    2019独角兽企业重金招聘Python工程师标准>>> 继上一节之后,我们开始寻找绑定之法 先是一回想,我们平常是拿什么绑定到数据控件的:List<实体类>,DataTa ...

  9. aspx repeater 用法_ASP.NET-----Repeater数据控件的用法总结

    一.Repeater控件的用法流程及实例: 1.首先建立一个网站,新建一个网页index.aspx. 2.添加或者建立APP_Data数据文件,然后将用到的数据库文件放到APP_Data文件夹中. 3 ...

最新文章

  1. laravel的composer require报错:Installation failed, reverting ./composer.json to its original content.
  2. qt icon如何显示gif_收集Qt支持的emoji表情-第五弹
  3. 临床研究数据分析的6种常用方法
  4. wxWidgets:wxTextWrapper类用法
  5. Oracle数据库表信息,序列,视图等导出,导入。(数据库备份和恢复)
  6. 如何在Windows Server 2008 R2下搭建FTP服务
  7. Linux--Sys_Read系统调用过程分析
  8. mapred.local.dir
  9. mysql explain和profiling
  10. 修改CDH的HostName和IP
  11. 字典攻击ssh弱口令
  12. python colour-science 绘制CIE 1976色度图
  13. 决策树ID3算法实现与讨论(完整代码与数据)
  14. C++程序员的职业生涯规划
  15. MySQL查学生年龄30到40之间_MYSQL查询练习 1
  16. 计算机基础教研活动记录,信息技术教研活动记录
  17. Quartus II实验二 运算部件实验:并行乘法器
  18. java常见面试题(3-4年工作经验)整理
  19. 弗洛伊德经典语录(2018-4-24)
  20. 《T-SQL性能调优秘笈——基于SQL Server 2012 窗口函数》导读

热门文章

  1. duilib CPaintManagerUI的WM_PAINT消息
  2. CYYMysql 源码解读 4
  3. 防止 重复重建相同的表
  4. 大数据之-Hadoop3.x_MapReduce_全排序案例---大数据之hadoop3.x工作笔记0115
  5. 大数据_Flink_流式处理_简介_Flink的特点---Flink工作笔记0006
  6. 大数据_MapperReduce_Hbase的优化_存数据_自动计算分区号 自动计算分区键---Hbase工作笔记0027
  7. ASP.Net学习笔记014--ViewState初探3
  8. linux mingling
  9. 运用ffmpeg SDK解264码流(来源FFmpeg工程组)
  10. java 二维数组对角线_二维数组(矩阵)对角线输出