LMD GridPack for Delphi / C++Builder
Date: 06.09.2015 (© by LMD Innovative, (http://www.lmd.de or http://www.lmdinnovative.com)
Introduction
LMD GridPack is is a set of components which allows to organize/display application data in a grid-like format using various types of built-in grid columns. Grid data is Variant based, with Null values support.
End user can select and edit data, sort rows, reorder and resize columns. Since LMD platform release 2014 support of VCL Styles (available in Delphi/C++ Builder from XE2 on) is available.
Purchasing LMD GridPack includes the LMD CorePackage (adding almost 100 additional core controls like editors, containers etc.).
LMD GridPack supports the following column types:
- Text column;
- Spin edit column;
- Date column;
- Checkbox column;
- Floating numbers column;
- Image column;
- Rating column;
- Progress bar column
LMD GridPack includes the following choosers (advanced dropdown editors): - Date chooser, which is actually a calendar;
- Calculator chooser;
- Pick list, which is a simple drop-down list;
- Memo chooser, for editing long text values;
- Custom chooser, which is an event based control which can be used to implement arbitrary any type of custom chooser; Use OnChooserShow chooser's event to show and handle your own custom dropdown control.
System Requirements
- Compatible with Delphi and C++ Builder XE2 - 10 Seattle, including 64bit support for Delphi XE2 and higher!
- Supported IDEs:
- Delphi 6 - Delphi 10 Seattle
- C++ Builder 6 - C++Builder 10 Seattle
- Delphi 2005 - 2007.NET
- Turbo (2006) Professional versions for Delphi, C++ and Delphi.NET
- All corresponding Studio Products (BDS 2006, CRS 2007, CRS 2009, RAD Studio 2010, XE, XE2, XE3, XE4, XE5 etc.)
- Documentation: Includes online help files for Delphi/C++ Builder integration.
- Operating System and hardware requirements depend on the installed Delphi/C++ Builder version.
- Supported operating systems: Win98 and WinNT4 or better (including Windows 7 + 8).
For recent Delphi releases LMD VCL package support same platforms as the VCL which is included in the IDE (e.g. Delphi 2009 officially supports Win2k or better only) [Top]
Introduction
- Extremely fast and versatile grid controls (db- and non-db aware)
- Includes LMD-Tools Core package with almost 100 additional controls
- Demo project demonstrating features of the controls
- Full source code of library;
- Extensive demo projects demonstrating advanced features
- Free updates via Internet
- A Site License covers unlimited number of developers in same organization at one location
- Free technical support via public forum (forum.lmd.de), e-mail, fax or mail;
- Also available as part of LMD-Tools and LMD VCL Complete.
Component Overview
Tab "LMD Grid" |
|
TLMDGrid TLMDGrid is a visual control which can be used to show table data in grid form. TLMDGrid supports a variety of column types, like simple text, number, date/time, image, check-box, progress bar, rating (stars), ect. The control also support a set of configurable dropdowns, like drop-down list (of strings, images), calculator, calendar, ect.
Column resizing, column moving (dragging), data srting are supported. |
|
TLMDDBGrid TLMDDBGrid is a data-aware version of the TLMDGrid control, which is a visual control indended for showing data in a grid format. It support a variety of column types, configurable inplace editor drop-downs; it support column resizing/moving and data sorting. |
[Top]
|