使用 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中的继承(原型链)
一.原型链 ECMAScript中将原型链作为实现继承的主要方法,基本思想是利用原型让一个引用类型继承另一个引用类型的属性和方法. 实例1: function SupType() { this.pro ...
- Asp.net MVC 视图引擎
Asp.net MVC视图引擎有两种: 1.ASPX View Engine 这个做过WebForm的人都清楚 设计目标:一个用于呈现Web Form页面的输出的视图引擎. 2.Razor View ...
- OAF_JDBC系列1 - 数据库交互取值方式(案例)
2014-06-15 Created By BaoXinjian
- 通过dblink的方式查看表的结构
有dba权限: SELECT * FROM DBA_TAB_COLUMNS@DBLINK_TEST WHERE TABLE_NAME = '表名'; 没有dba权限:SELECT * FROM USE ...
- python 数据库 blob类型 转字符串
例如: 从数据库里读出了blob类型,如 z = b'61736467' 在py里转化成字符串:bytes.fromhex(z).decode('utf8')
- 31. Flatten Binary Tree to Linked List
Flatten Binary Tree to Linked List Given a binary tree, flatten it to a linked list in-place. For ex ...
- visudo 使用摘记
1. sudo <command> 免输入密码.root 运行 visudo. 添加命令行:<username> <hostname>=NOPASSWD: & ...
- 【T电商 3】Nginx的Http(图片)服务器配置+ftp上传使用说明
在前两篇博客中提到了搭建Nginx和Ftp服务器,在本篇博客,主要是介绍Nginx的配置文件的使用,怎样修改配置文件使其成为一个图片服务器. 一.Nginx图片服务器配置 <span style ...
- openldap主机访问控制(基于ip)
http://blog.oddbit.com/2013/07/22/generating-a-membero/ http://gsr-linux.blogspot.jp/2011/01/howto-o ...
- 关于提交form不刷新的问题
最近在做一个项目,除去主页面是html页面,点击菜单按钮都由ajax加载生成,在这种情景下,F5刷新或者提交form表单就会将页面回复到刚刚打开主页面. 现在有一个这样的场景,点击子菜单生成一个子页面 ...