Difference between revisions of "LMD VCL 2007 - Shared Features"
From LMD
(→LMD Runtime (lmdrtl[..])) |
|||
Line 5: | Line 5: | ||
Contains all runtime classes, declarations, methods and basic types which are used by most LMD-Tools/ElPack packages<br> | Contains all runtime classes, declarations, methods and basic types which are used by most LMD-Tools/ElPack packages<br> | ||
* Base controls like TLMDApplication or TLMDIniCtrl | * Base controls like TLMDApplication or TLMDIniCtrl | ||
+ | * Shared Designtime support for Standalone Packs | ||
* [[LMD VCL - XML Library|XML library, that support DOM interface for read/write XML files.]] | * [[LMD VCL - XML Library|XML library, that support DOM interface for read/write XML files.]] | ||
* [[LMD-Tools 8 - Unicode Support|Unicode Library]] (as mentioned especially for all NEW controls in this release. | * [[LMD-Tools 8 - Unicode Support|Unicode Library]] (as mentioned especially for all NEW controls in this release. | ||
* Declaration of main LMD interfaces | * Declaration of main LMD interfaces | ||
* [[LMD VCL - RegEx|Improved regular expression support]] | * [[LMD VCL - RegEx|Improved regular expression support]] | ||
− | + | * Basic LogTools support (trace stack, line number for exceptions etc.). | |
− | * Basic | + | * Native ZLib Support (no obj files, native Pascal including VCL.NET compatibility) |
+ | * TLMDBitmap implementation | ||
+ | |||
=== LMD Runtime Extended (lmdrtlx[..]) === | === LMD Runtime Extended (lmdrtlx[..]) === | ||
Common extended runtime services used by some LMD-Tools/ElPack packages. | Common extended runtime services used by some LMD-Tools/ElPack packages. | ||
* Base visual controls like Container classes, Labels, Panels, common base classes etc. | * Base visual controls like Container classes, Labels, Panels, common base classes etc. | ||
+ | * Shared Designtime support | ||
+ | * Shared ImageList support | ||
* Updated support for shared visual look&feel of ALL LMD Controls | * Updated support for shared visual look&feel of ALL LMD Controls | ||
− | * PNG support | + | * Cab files support (including VCL.NET) |
+ | * PNG support | ||
+ | * Vista Controls | ||
* [[LMD 2007 - Validator Controls|Validator Controls]] for data input / edit controls. | * [[LMD 2007 - Validator Controls|Validator Controls]] for data input / edit controls. | ||
* [[LMD 2007 - MiniHTML|Shared HTML support]] ("MiniHTML-Engine"). | * [[LMD 2007 - MiniHTML|Shared HTML support]] ("MiniHTML-Engine"). | ||
− | |||
− | |||
− |
Revision as of 18:40, 20 September 2007
<< Back to Getting started page
Runtime Packages
LMD Runtime (lmdrtl[..])
Contains all runtime classes, declarations, methods and basic types which are used by most LMD-Tools/ElPack packages
- Base controls like TLMDApplication or TLMDIniCtrl
- Shared Designtime support for Standalone Packs
- XML library, that support DOM interface for read/write XML files.
- Unicode Library (as mentioned especially for all NEW controls in this release.
- Declaration of main LMD interfaces
- Improved regular expression support
- Basic LogTools support (trace stack, line number for exceptions etc.).
- Native ZLib Support (no obj files, native Pascal including VCL.NET compatibility)
- TLMDBitmap implementation
LMD Runtime Extended (lmdrtlx[..])
Common extended runtime services used by some LMD-Tools/ElPack packages.
- Base visual controls like Container classes, Labels, Panels, common base classes etc.
- Shared Designtime support
- Shared ImageList support
- Updated support for shared visual look&feel of ALL LMD Controls
- Cab files support (including VCL.NET)
- PNG support
- Vista Controls
- Validator Controls for data input / edit controls.
- Shared HTML support ("MiniHTML-Engine").