Difference between revisions of "LMD VCL 2007 - Shared Features"

From LMD
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Head-Getting started}}__NOTOC__ [[Category:Introduction]]
 
{{Head-Getting started}}__NOTOC__ [[Category:Introduction]]
 +
 +
== Runtime Packages ==
 +
=== LMD Runtime (lmdrtl[..]) ===
 +
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
 +
* Shared Designtime support for Standalone Packs
 +
* [[LMD VCL - XML Library|XML library, that support DOM interface for read/write XML files.]]
 +
* [[LMD-Tools 8 - Unicode Support|Unicode Library]]
 +
* Declaration of main LMD interfaces
 +
* [[LMD VCL - RegEx|Improved regular expression support]]
 +
* Native [[ZLib support]] Support (no obj files, native Pascal including VCL.NET compatibility)
 +
* [[LMD VCL - TLMDBitmap|TLMDBitmap]] implementation
 +
* Basic [[LMD_LogTools_tutorial|LMD LogTools]] support (trace stack, line number for exceptions etc.). With Viewer for debugging output.
 +
 +
=== 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 (Win32 only)
 +
* [[LMD VCL - Vista Support|Windows Vista Support]]
 +
* [[LMD 2007 - Validator Controls|Validator Controls]] for data input / edit controls.
 +
* [[LMD 2007 - MiniHTML|Shared HTML support]] ("MiniHTML-Engine").

Latest revision as of 20:05, 20 September 2007

<< Back to Getting started page

[edit]

Runtime Packages

LMD Runtime (lmdrtl[..])

Contains all runtime classes, declarations, methods and basic types which are used by most LMD-Tools/ElPack packages

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 (Win32 only)
  • Windows Vista Support
  • Validator Controls for data input / edit controls.
  • Shared HTML support ("MiniHTML-Engine").