使用 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 ...
随机推荐
- webpack +vue开发(2)
我们的loader方式其实可以写成inline的方式 loaders:[ { test:/\.js$/, loader:"babel", exclude:/node_modules ...
- TextView与Html相结合的具体方法?
TextView与Html相结合的具体方法? android教程之textview解析带图片的html示例 Android中的TextView,本身就支持部分的Html格式标签.这其中包括常用的字体大 ...
- Bootstrap for MVC:Html.Bootstrap().TextBoxFor(model=>model.Name)
在上篇博文中提到最近比较忙,也打过招呼Orchard系列文章更新速度可能会放缓,但还是会继续写下去,主要原因在最近想着开发一个新的东西(系统?组件?),等有一定成果时会跟大家分享一些相关的东西,今天介 ...
- 什么是BOM头,及PHP解决办法
类似WINDOWS自带的记事本等软件,在保存一个以UTF-8编码的文件时,会在文件开始的地方插入三个不可见的字符(0xEF 0xBB 0xBF,即BOM).它是一串隐藏的字符,用于让记事本等编辑器识别 ...
- 一些代码 II (ConfigParser、创建大文件的技巧、__getattr__和__getattribute__、docstring和装饰器、抽象方法)
1. ConfigParser format.conf [DEFAULT] conn_str = %(dbn)s://%(user)s:%(pw)s@%(host)s:%(port)s/%(db)s ...
- 在.NET中使用EPPlus生成Excel报表 .
--摘抄自:http://blog.csdn.net/zhoufoxcn/article/details/14112473 在开发.NET应用中可能会遇到需要生成带图表(Chart)的Excel报表的 ...
- SQL Server2008创建约束图解
机房收费系统个人重构版开始了,但在设计数据库时遇到了写小麻烦,主要是数据库中约束的应用,以前在学习数据库时进行了总结,在刚开始学习时使用的是SQL Server2000 小操作了下,查证了几种约束的作 ...
- JAVA设计模式之模版方法模式
在阎宏博士的<JAVA与模式>一书中开头是这样描述模板方法(Template Method)模式的: 模板方法模式是类的行为模式.准备一个抽象类,将部分逻辑以具体方法以及具体构造函数的形式 ...
- 基于综合服务平台浅谈Sass应用
一. 前言 CSS不是一种编程语言,只是单纯的一行行的描述,没有逻辑没有变量,因此写CSS对于习惯于运用逻辑思维编码的程序员来说是一件很头疼的事.于是勤奋的程序员就开始运转他们敏捷的大脑, ...
- js实现日历卡
效果图如下 首先先添加简单的样式 <style type="text/css"> *{padding:0;margin:0;} #tab { margin:0 auto ...