TIWDBCheckBox 所在单元及继承链:
IWDBStdCtrls.TIWDBCheckBox

主要成员:


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

主要成员:


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

TIWDBGrid 所在单元及继承链:
IWDBGrids.TIWDBGrid

主要成员:


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

主要成员:


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

TIWDBLabel 所在单元及继承链:
IWDBStdCtrls.TIWDBLabel

主要成员:


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

TIWDBListbox 所在单元及继承链:
IWDBStdCtrls.TIWDBListbox

主要成员:


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

TIWDBLookupListBox 所在单元及继承链:
IWDBStdCtrls.TIWDBLookupListBox

主要成员:


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

TIWDBComboBox 所在单元及继承链:
IWDBStdCtrls.TIWDBComboBox

主要成员:


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

TIWDBLookupComboBox 所在单元及继承链:
IWDBStdCtrls.TIWDBLookupComboBox

主要成员:


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

主要成员:


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

TIWDBNavigator 所在单元及继承链:
IWDBStdCtrls.TIWDBNavigator

主要成员:


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

主要成员:


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

TIWDBRadioGroup 所在单元及继承链:
IWDBExtCtrls.TIWDBRadioGroup

主要成员:


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

主要成员:


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

主要成员:


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

主要成员:


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

主要成员:


property Grid: TIWDBGrid //

TIWDBGridColumn 所在单元及继承链:
IWDBGrids.TIWDBGridColumn

主要成员:


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

主要成员:


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. CYQ.Data 支持WPF相关的数据控件绑定.Net获取iis版本

    CYQ.Data 支持WPF相关的数据控件绑定(2013-08-09) 事件的结果 经过多天的思考及忙碌的开发及测试,CYQ.Data 终于在UI上全面支持WPF,至此,CYQ.Data 已经可以方便 ...

  2. 初始ASP.NET数据控件GridView

    使用GridView控件绑定数据源 GridView控件个人认为就是数据表格控件,它以表格的形式显示数据源中的数据.每列表示一个字段,每行表示一条记录.     GridView控件支持在页面有一下功 ...

  3. Winform控件之DataGridView数据控件显示问题

    近期在做同类的信息记录管理系统时遇到了DataGridView数据控件的显示问题.可能是2015年的上半年没有深入 学习C#开发的原因.这几天又一次搬出来开发,首先遇到的问题就是动态绑定数据显示的问题 ...

  4. Jquery如何序列化form表单数据为JSON对象 C# ADO.NET中设置Like模糊查询的参数 从客户端出现小于等于公式符号引发检测到有潜在危险的Request.Form 值 jquery调用iframe里面的方法 Js根据Ip地址自动判断是哪个城市 【我们一起写框架】MVVM的WPF框架(三)—数据控件 设计模式之简单工厂模式(C#语言描述)

    jquery提供的serialize方法能够实现. $("#searchForm").serialize();但是,观察输出的信息,发现serialize()方法做的是将表单中的数 ...

  5. winform快速开发平台 -> 快速绑定ComboBox数据控件

    通常我们在处理编辑窗体时.往往会遇到数据绑定.例如combobox控件绑定数据字典可能是我们经常用到的.然而在我的winform快速开发平台中我是如何处理这个频繁的操作呢? 首先,我们要绑定combo ...

  6. 用于后台管理的列表数据控件:DataGrid和Select

    常听人说不喜欢javascript.然而我一个一直用C#做后端的人,最喜欢的编程语言就是javascript了,我接收它的优点,也接收它的缺点! 前段时间接触过easyui,用过里面的DataGrid ...

  7. ASP.NET Web数据控件

    ASP.NET Web数据控件 1.数据控件简介 这包括数据源控件和格式设置控件,前者使您可以使用 Web 控件访问数据库中的数据,后者使您可以显示和操作ASP.NET 网页上的数据.  2.数据控件 ...

  8. ASP.NET-----Repeater数据控件的用法总结(转)

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

  9. ASP.NET数据控件

    数据服务器控件就是能够显示数据的控件,与那些简单格式的列表控件不同,这些控件不但提供显示数据的丰富界面(可以显示多行多列数据并根据用户定义来显示),还提供了修改.删除和插入数据的接口. ASP.NET ...

随机推荐

  1. SSIS 基础知识

    微软 BI 系列随笔 - SSIS 2012 基础 - SSIS 基础知识 SSIS 介绍 SSIS - SQL Server Integration Services 是用于实现企业级数据集成和数据 ...

  2. Spring MVC小结

    Spring MVC项目搭建 添加依赖 (省略) Spring MVC配置类 @Configuration @EnableWebMvc @ComponentScan("com.sjx.spr ...

  3. JavaScript常用函数和方法

    alert('Hello World!') //方法用于显示带有一条指定消息和一个 OK 按钮的警告框. //定义js函数 function Foo(name) { console.log(name) ...

  4. ruby中http请求方法整理

    #POST请求 请求包是json包 返回body并转换成json对象def post_json *args uri = URI.parse args[0] req = Net::HTTP::Post. ...

  5. [MySQL] 关系型数据库的设计范式 1NF 2NF 3NF BCNF

    一.缘由: 要做好DBA,就要更好地理解数据库设计范式.数据库范式总结概览: 为了更好地理解数据库的设计范式,这里借用一下知乎刘慰老师的解释,很通俗易懂.非常感谢!   二.具体说明: 首先要明白”范 ...

  6. Ajax (一)

    Ajax:即异步的XML和Javascript,在不刷新和提交的情况下,页面局部更新,实现前后端分离. Ajax的核心对象是XMLHttpRequest,服务器通过xhr对象与浏览器异步通信 关于HT ...

  7. 使用 Jmeter 做 Web 接口测试

    接口测试概述 定义 API testing is a type of software testing that involves testing application programming in ...

  8. HttpRequest.UserAgent 属性 (System.Web)

    获取客户端浏览器的原始用户代理信息.

  9. json(http://www.cnblogs.com/lanxuezaipiao/archive/2013/05/24/3096437.html)

    http://www.cnblogs.com/lanxuezaipiao/archive/2013/05/24/3096437.html

  10. 一、Maya API简介

    #include <maya/MSimple.h> #include <maya/MIOStream.h> DeclareSimpleCommand( hello, " ...