Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 28 Mar 2024, 18:12

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: 18 Feb 2013, 22:29 
Offline
Администратор

Joined: 22 Dec 2011, 20:19
Posts: 335
Dear Developers,

We are glad to announce the new version of EhLib software - EhLib 6.1.

In this version:

+ A new component TDBVertGridEh - DataSet Grid with the Vertical Orientation.
http://www.ehlib.com/IMAGES/EhLib6_1_DBVertGrid.png
The component is used to display and edit a single record of DataSet
in a vertical orientation.
Basic properties of the TDBVertGridEh:
Rows: TDBVerGridRows - A collection of items of TFieldRowEh type to display fields
of a record. This is analogous to the Columns collection
in TDBGridEh.
Options: TDBVHGridOptions - Configure basic properties of the vertical grid.
RowsDefValues: TFieldRowDefValuesEh - default values for line
Grid row - TFieldRowEh. This is analogous of ColumnDefValues
in TDBGridEh.
GridLineParams: TDBVertGridLineParamsEh - Color settings of the dividing lines in
vertical grid.
DataColParams: TDBVertGridDataColParamsEh - The setting of the column with data.
LabelColParams: TDBVertGridLabelColParamEh - The setting of the column with row label.

See an example of using TDBVertGridEh in a project:
<EhLib Archive> \ Demos \ DBVertGridEh.SimpleDemo \ Project1.dpr
compiled project:
<EhLib Archive> \ Demos \ Bin \ DBVertGridEh.SimpleDemo.Exe


* There are changes in the grids inheritance tree:
New inheritance tree is:

TCustomControl
|
- TCustomGridEh
|
- TCustomDBAxisGridEh
|
- TCustomDBGridEh
| |
| - TDBGridEh
|
- TCustomDBVertGridEh
|
- TDBVertGridEh

* Some constants and procedures are moved from the module DBGridEh
to the DBAxisGridsEh.

+ Added a new global function to display a ObjectInspector-like Form.
Use the next procedure to display the ObjectInspector-like Form:
procedure ShowObjectInspectorForm (
Component: TObject; // A component to Inspect
FormBounds: TRect; // Form Borders
NewForm: Boolean = False // Show as a new Form
);
This is a simple ObjectInspector that can be used to debug
property setting at run-time.

See an example that shows how to use ShowObjectInspectorForm here:
<EhLib Archive> \ Demos \ ObjectInspectorForm.SimpleDemo \ Project1.dpr
compiled project:
<EhLib Archive> \ Demos \ Bin \ ObjectInspectorForm.SimpleDemo.Exe

In DBGridEh

+ Added an ability to change the size of RowDetailPanel by mouse at RunTime.
New properties in RowDetailPanel:
property VertSizing: Boolean - Show an RowDetailPanel Splitter at the buttom of the RowDetailPanel.
property MinHeight: Integer - Minimum height of the RowDetailPanel.
property MaxHeight: Integer - Maximum height of the RowDetailPanel.
property SizingBarBeveled: Boolean - Splitter area has a 3D border.
property SizingBarHeight: Integer - The height of the Splitter.

+ Added an ability to darken gray the grid while the data is loading.
See StartLoadingStatus and FinishLoadingStatus methods in the TDBGridEh.

See the example that shows this opportunity in a project:
<EhLib Archive> \ Demos \ DBGridEh.LoadingStatus \ Project1.dpr
compiled project:
<EhLib Archive> \ Demos \ Bin \ DBGridEh.LoadingStatus.Exe

-

---
Visit official site of EhLib http://www.ehlib.com for more Detailed Information.

Best regards:
Dmitry V. Bolshakov
+7 (812) 758-72-67 (voice in Russia)
Home page: http://www.ehlib.com
E-mail: support@ehlib.com
ICQ # 10785451

_________________
Best regards
Admin


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group