EhLib.VCL 9.5 Build 9.5.012 Professional Edition.
----------------------------------------------
The Library contains components and classes for Borland Delphi versions 7, 9,
Developer Studio 2006, Delphi 2007, Embarcadero RAD Studio 2009-XE10.3, Lazarus.
TABLE OF CONTENTS
-----------------
Overview
Installation Library
Installation Help
Demonstration Programs
Registering and Prices
Other information
About author
Where to start.
-------------------
Start overview of the library with the main Demo project
.\Demos\Bin\MainDemo.Exe.
(Compiled Demo files are available in the Evaluation version of the library)
If you've used previous versions of the library, then you can read a summary
of the new features and changes in the file history-eng.html.
More detail about new features in this version of the library
can be found in the file - About EhLib 9.5 Eng.doc
To install a new version of the library in the IDE, use the installation program
.\Installer\EhLibInstaller.exe
If, at the installation have any problems, write a letter to ehlib support
address support@ehlib.com
You can also install the files in the library IDE manually, as described in
Section 2. Installation Library
After installation, make sure the operability of all installed components.
To do this, open the IDE, compile and launch a major demonstration project
.\Demos\MainDemo\Project1_XE2.dpr
Read next file for full instructions of working with the library components:
.\Hlp\ENG\"EhLib - Users guide.doc"
Read about EhLib for Lazarus in the file - Lazarus<*>\readme.txt
Overview
--------
The Library contains several components and objects.
TDBGridEh component
TDBGridEh provides all functionality of TDBGrid
and adds several new features as follows:
Allows to select records, columns and rectangle areas.
Special titles that can correspond to several/all columns.
Footer that is able to show sum/count/other field values.
Automatic column resizing to set grid width equal client width.
Ability to change row and title height.
Allows automatic broken of a single line long title and data row
to a multiline.
Title can act as button and, optionally show a sort marker.
Automatically sortmarking.
Ability to truncate long text with ellipsis.
Lookup list can show several fields.
Incremental search in lookup fields.
Frozen columns.
DateTime picker support for TDateField and TDateTimeField.
Allows to show bitmaps from TImageList depending on field value.
Allows to hide and track horizontal or vertical scrollbars.
Allows to hide columns.
Allows to show 3D frame for frozen, footer and data rows.
Allows to draw memo fields.
Multiline inplace editor.
Proportional scrolling independently of sequenced of dataset.
Automatically show checkboxes for Boolean fields. Allows to show
checkboxes for other type of fields.
Has a procedures to save and restore layout (visible columns, columns
order, columns width, sortmarkers, row height) in/from registry or ini file.
Allows to show hint (ToolTips) for text that don't fit in the cell.
Allows to export data to Text, Csv, HTML, RTF, XLS and internal formats.
Allows to import data from Text and internal formats.
Can sort data in various dataset's.
Can filter data in various dataset's.
When DBGridEh is connected to DataSet of TMemTable type it allows:
To view all data without moving active record.
To display a tree-type structure of TMemTable records.
To form list of values in dropdown list of SubTitle filter automatically.
To create grouping records basing on the selected coulmns.
TDBVertGridEh component
Component to show one record from dataset in Vertical Orientation.
Have a special column to show Field Captions
Can customize inplace editor and data of the cell like in DBGridEh.
TDBLookupComboboxEh component
Provides all functionality of TDBLookupCombobox and adds
several new features as follows:
Can have flat style.
Allows assign values as to KeyValue property just and to
display Text property.
Allows to type (assign) values to Text property not contained in data list
(Style = csDropDownEh).
Allows to hold KeyValue and Text as not affecting to each other values.
Take effect when KeyField, ListField, ListSource, DataField and DataSource
properties is empty.
Drop down list can:
Show titles,
Have sizing grip,
Automaticaly set width as sum of DisplayWidth of the list fields (Width = -1),
Automaticaly drops on user pressed the key.
Edit button can:
Show DropDown, Ellipsis or Bitmap image.
Have specified width.
Have additional events: OnKeyValueChanged, OnButtonClick.
TDBSumList component
This component is intended for totaling sums and amounts of records in a
TDataSet with dynamic changes. Component keeps a list of TDBSum
objects, which contains types of group operations (goSum or goCount)
and name sum field (goCount name of field is unnecessary).
TPrintDBGridEh component
TPrintDBGridEh provides properties and routines for preview and
print of TDBGridEh component with several features:
Ability to expand rows vertically until all text is printed.
Ability to scale grid to fit it to page width.
Ability to print/preview title for grid.
Ability to print/preview page header and page footer where you can
specify macros for current page, current date, current time and/or static
text.
Automatically print/preview multiselected area of TDBGridEh if it area
is not empty.
Ability to print/preview rich text before and after grid.
TPreviewBox component
TPreviewBox lets you create a customizable runtime preview.
TPrinterPreview object
TPrinterPreview lets you to record printable data in buffer for following
output them on screen and to printer. TPrinterPreview have all functions and
properties as in TPrinter object. You can use TPrinterPreview object similarly
of TPrinter except some details. In TPrinter Printer.Canvas.Handle and
Printer.Handle is the same but in TPrinterPreview PrinterPreview.Canvas.Handle
represent the metafile in that is recored the data and PrinterPreview.Handle
represent Printer.Handle. That is mean that you have to use
PrinterPreview.Canvas.Handle for draw operation (DrawText, DrawTexteEx, e.t.c.)
and use PrinterPreview.Handle in functions that return information about
printer facilities (GetDeviceCaps, e.t.c.). Global function PrinterPreview
returns default PrinterPreview object and shows data in default preview form.
TDBEditEh component
represents a single or multi-line edit control that can display and edit a field
in a dataset or can works as non data-aware edit control.
TDBDateTimeEditEh component
represents a single-line date or time edit control that can display and edit
a datetime field in a dataset or can works as non data-aware edit control.
TDBComboBoxEh component
represents a single or multi-line edit control that combines an edit box
with a scrollable list and can display and edit a field in a dataset or can
works as non data-aware combo edit control.
TDBNumberEditEh component
represents a single-line number edit control that can display and edit a numeric
field in a dataset or can works as non data-aware edit control.
TPropStorageEh, TIniPropStorageManEh, TRegPropStorageManEh components
Components realize technology to store component properties to/from settings
storage such as ini files, registry etc.
TMemTableEh component
dataset, which hold data in memory. Its possible consider as an array of
records.
Besides, it:
Supports a special interface, which allows DBGridEh component to view all
data without moving active record.
Allows fetch data from TDataDr
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
The Library contains components and classes for Borland Delphi versions 7, 9, Developer Studio 2006, Delphi 2007, Embarcadero RAD Studio 2009-XE10.3, Lazarus.
资源推荐
资源详情
资源评论
收起资源包目录
EhLib.VCL 9.5 Build 9.5.012 Professional Edition (1763个子文件)
EhLibProjGroup100.bdsgroup 2KB
EhLibProjGroup90.bdsgroup 2KB
DclEhLibIBXDataDrivers100.bdsproj 9KB
EhLibBDEDataDrivers100.bdsproj 8KB
EhLibIBXDataDrivers100.bdsproj 8KB
EhLibADODataDrivers100.bdsproj 8KB
EhLibDBXDataDrivers100.bdsproj 8KB
DclEhLibDBXDataDrivers100.bdsproj 8KB
DclEhLibADODataDrivers100.bdsproj 8KB
DclEhLibBDEDataDrivers100.bdsproj 8KB
EhLib100.bdsproj 8KB
DclEhLib100.bdsproj 8KB
DclEhLibDBXDataDrivers90.bdsproj 8KB
DclEhLibADODataDrivers90.bdsproj 8KB
DclEhLibBDEDataDrivers90.bdsproj 8KB
DclEhLibIBXDataDrivers90.bdsproj 8KB
EhLib90.bdsproj 8KB
DclEhLib90.bdsproj 8KB
EhLibIBXDataDrivers90.bdsproj 8KB
EhLibDBXDataDrivers90.bdsproj 8KB
EhLibBDEDataDrivers90.bdsproj 8KB
EhLibADODataDrivers90.bdsproj 8KB
ViewSourceBIN.bmp 221KB
NetworkWorkgroupTrans.bmp 192KB
tutorial2.bmp 154KB
delphixe.bmp 65KB
EhLibProjGroup70.bpg 2KB
Project1.bpr 5KB
Project2.cfg 494B
EhLibHelp.chm 107KB
EHLIB.CNT 4KB
EHLIB.CNT 4KB
Project1.cpp 1KB
default.css 784B
testTree.DB 4KB
EhLibReg.dcr 95KB
EhLibReg.dcr 95KB
PlannersEh.dcr 9KB
PlannersEh.dcr 9KB
PivotGridsEhReg.dcr 9KB
PivotGridsEhReg.dcr 9KB
pFIBDataDriverEh.dcr 488B
DM1.ddp 51B
Unit1.ddp 51B
Unit1.ddp 51B
Project1.deployproj 2KB
table_Cities1000Small.dfm 3.21MB
table_Cities1000Small.dfm 3.21MB
table_Biolife2.dfm 2.5MB
table_Biolife2.dfm 2.5MB
Unit1.dfm 510KB
Unit1.dfm 380KB
Unit1.dfm 298KB
Unit2.dfm 249KB
table_CustomerOrdersItems.dfm 216KB
table_CustomerOrdersItems.dfm 216KB
FramePivotGrid.dfm 216KB
FramePivotGrid.dfm 216KB
Unit1.dfm 216KB
FrameEditControls2.dfm 189KB
SQLDriverEditEh.dfm 187KB
Unit1.dfm 187KB
FrameBackgroundImages.dfm 181KB
FrameBackgroundImages.dfm 181KB
table_VendorsPartsItems.dfm 164KB
table_VendorsPartsItems.dfm 164KB
table_Letters.dfm 144KB
table_Letters.dfm 144KB
SearchPanelsEh.dfm 130KB
SearchPanelsEh.dfm 130KB
DBGridEhToolCtrls.dfm 126KB
DBGridEhToolCtrls.dfm 126KB
FrameDataSetTextExporter.dfm 119KB
FrameDataSetTextExporter.dfm 119KB
PrvFrmEh.dfm 116KB
DataMod.dfm 112KB
Unit1.dfm 109KB
table_items.dfm 99KB
table_items.dfm 99KB
FrameCellDataIsLink.dfm 89KB
FrameCellDataIsLink.dfm 89KB
Unit1.dfm 87KB
table_orders.dfm 83KB
table_orders.dfm 83KB
Unit1.dfm 82KB
Unit1.dfm 80KB
DM1.dfm 79KB
RichEditFormsEh.dfm 61KB
RichEdEh.dfm 60KB
Unit1.dfm 58KB
Unit1.dfm 57KB
MAIN.dfm 55KB
Unit1.dfm 52KB
Unit1.dfm 52KB
FrameMailBox.dfm 52KB
Unit1.dfm 51KB
Unit1.dfm 51KB
FrameFive.dfm 51KB
FrameFive.dfm 51KB
FrameMailBox.dfm 51KB
共 1763 条
- 1
- 2
- 3
- 4
- 5
- 6
- 18
资源评论
- YAO_ZI2021-09-2310.4用不了
- 大耳肥2020-08-07好东西,大家用
e007a
- 粉丝: 5
- 资源: 80
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于Java技术的ASC学业支持中心并行项目开发设计源码
- 基于Java和微信支付的wxmall开源卖票商城设计源码
- 基于Java和前端技术的东软环保公众监督系统设计源码
- 基于Python、HTML、CSS的crawlerdemo软件工程实训爬虫设计源码
- 基于多智能体深度强化学习的边缘协同任务卸载方法设计源码
- 基于BS架构的Java、Vue、JavaScript、CSS、HTML整合的毕业设计源码
- 基于昇腾硬件加速的AI大模型性能优化设计源码
- 基于Plpgsql与Python FastAPI的mini-rbac-serve权限管理系统后端设计源码
- 基于SpringBoot的轻量级Java快速开发源码
- 基于Python开发的物流调度算法设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功