使用 IntraWeb (41) - 数据控件速查
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) - 数据控件速查的更多相关文章
- CYQ.Data 支持WPF相关的数据控件绑定.Net获取iis版本
CYQ.Data 支持WPF相关的数据控件绑定(2013-08-09) 事件的结果 经过多天的思考及忙碌的开发及测试,CYQ.Data 终于在UI上全面支持WPF,至此,CYQ.Data 已经可以方便 ...
- 初始ASP.NET数据控件GridView
使用GridView控件绑定数据源 GridView控件个人认为就是数据表格控件,它以表格的形式显示数据源中的数据.每列表示一个字段,每行表示一条记录. GridView控件支持在页面有一下功 ...
- Winform控件之DataGridView数据控件显示问题
近期在做同类的信息记录管理系统时遇到了DataGridView数据控件的显示问题.可能是2015年的上半年没有深入 学习C#开发的原因.这几天又一次搬出来开发,首先遇到的问题就是动态绑定数据显示的问题 ...
- Jquery如何序列化form表单数据为JSON对象 C# ADO.NET中设置Like模糊查询的参数 从客户端出现小于等于公式符号引发检测到有潜在危险的Request.Form 值 jquery调用iframe里面的方法 Js根据Ip地址自动判断是哪个城市 【我们一起写框架】MVVM的WPF框架(三)—数据控件 设计模式之简单工厂模式(C#语言描述)
jquery提供的serialize方法能够实现. $("#searchForm").serialize();但是,观察输出的信息,发现serialize()方法做的是将表单中的数 ...
- winform快速开发平台 -> 快速绑定ComboBox数据控件
通常我们在处理编辑窗体时.往往会遇到数据绑定.例如combobox控件绑定数据字典可能是我们经常用到的.然而在我的winform快速开发平台中我是如何处理这个频繁的操作呢? 首先,我们要绑定combo ...
- 用于后台管理的列表数据控件:DataGrid和Select
常听人说不喜欢javascript.然而我一个一直用C#做后端的人,最喜欢的编程语言就是javascript了,我接收它的优点,也接收它的缺点! 前段时间接触过easyui,用过里面的DataGrid ...
- ASP.NET Web数据控件
ASP.NET Web数据控件 1.数据控件简介 这包括数据源控件和格式设置控件,前者使您可以使用 Web 控件访问数据库中的数据,后者使您可以显示和操作ASP.NET 网页上的数据. 2.数据控件 ...
- ASP.NET-----Repeater数据控件的用法总结(转)
一.Repeater控件的用法流程及实例: 1.首先建立一个网站,新建一个网页index.aspx. 2.添加或者建立APP_Data数据文件,然后将用到的数据库文件放到APP_Data文件夹中. 3 ...
- ASP.NET数据控件
数据服务器控件就是能够显示数据的控件,与那些简单格式的列表控件不同,这些控件不但提供显示数据的丰富界面(可以显示多行多列数据并根据用户定义来显示),还提供了修改.删除和插入数据的接口. ASP.NET ...
随机推荐
- JavaScript引用方法说明
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 【freemaker】之获取xml的值
测试代码 @Test public void test09() throws Exception{ root.put("doc", NodeModel.parse(new Inpu ...
- iOS中定时器的使用
1. NSTimer 不是很精确 2.CADisplayLink 屏幕 3.通过GCD来实现定时间器 //定时循环执行事件 //dispatch_source_set_timer 方法值得一提的是最后 ...
- c# 高效率导出多维表头excel
[DllImport("User32.dll", CharSet = CharSet.Auto)] public static extern int GetWindowThread ...
- Struts2.3.4+Hibernate4.2.4+Mysql6.0整合
1.项目搭建过程: (1). 创建一个Web Project.导入Struts2和Hibernate的jar包.(如果不知道Struts2的jar包,可以在下载的struts的jar包中,找到apps ...
- AX2012 常用表关系(客户地址,联系信息)
//客户地址信息 static void CustAddressInformation(Args _args) { CustTable custTable; DirPartyTable dirPart ...
- 【Tree 3】树形结构数据加载的思考
前面两篇文章,分别介绍了使用递归和非递归算法加载树形结构数据的方式,本篇文章,则是自己闲下来的时候,进行的一点小思考. 一.什么地方会用到树形结构 刚开始一看到这种结构的时候,最先是想到了家谱.家谱就 ...
- 上传图片HTML <form> 标签的 method 属性
<!DOCTYPE HTML><html><body> <form action="/example/html5/demo_form.asp&quo ...
- JS 驗證英文字母
//英文简介栏位焦点离开事件 function checkSummaryEN(SummaryEN) { var val = $(SummaryEN).val(); v ...
- MS sql server 基础知识回顾(二)-表连接和子查询
五.表连接 当数据表中存在许多重复的冗余信息时,就要考虑将这些信息建在另一张新表中,在新表中为原表设置好外键,在进行数据查询的时候,就要使用到连接了,表连接就好像两根线,线的两端分别连接两张表的不同字 ...