Difference between revisions of "LMD VCL 2007 - What's New?"
From LMD
Line 1: | Line 1: | ||
{{Head-Getting started}}__NOTOC__ [[Category:Introduction]] | {{Head-Getting started}}__NOTOC__ [[Category:Introduction]] | ||
+ | == LMDRTL == | ||
+ | * Native, unicode enabled RegExpression engine | ||
+ | * New LMDBitmap class (LMDBitmap.pas) | ||
+ | * LMDThread | ||
+ | * LogTools Basic support | ||
== LMDRTLX == | == LMDRTLX == | ||
Line 12: | Line 17: | ||
* ZLib Support | * ZLib Support | ||
* HTMLRenderer | * HTMLRenderer | ||
+ | |||
+ | |||
+ | == Enhancements / Changes == | ||
+ | |||
+ | === General === | ||
+ | * TLMDControl and TLMDBaseControl removed | ||
+ | * LMDSHXPRes.pas, res (removed completely) | ||
+ | * LMDProcs.pas -> LMDFireURl added | ||
+ | |||
+ | === LMD Std === | ||
+ | |||
+ | TLMDBaseLabel and descendants<br> | ||
+ | + loShowLabelHint flag in Options property added (if Hint='' and ShowHint, display LabelText as hint). | ||
+ | |||
+ | TLMDStaticText<br> | ||
+ | + loShowLabelHint flag in Options property added | ||
+ | |||
+ | TLMDSimpelLabel<br> | ||
+ | + property ShowURLInHint<br> | ||
+ | + property ShowURLMenu<br> | ||
+ | + method CopyURL <br> | ||
+ | |||
+ | |||
+ | === LMD List === | ||
+ | TLMDImageComboBox<br> | ||
+ | + GlyphNumber and GlyphColumn properties | ||
+ | |||
+ | |||
+ | == LMD Standalone Packages == | ||
+ | === ShellPack === | ||
+ | + TLMDShellConsoleView component |
Revision as of 19:01, 28 March 2007
<< Back to Getting started page
LMDRTL
- Native, unicode enabled RegExpression engine
- New LMDBitmap class (LMDBitmap.pas)
- LMDThread
- LogTools Basic support
LMDRTLX
- Vista Style controls
- New ThemeEngine
- Shared ImageList support
- XML support
- PNG support
- Unicode Support
- Cab files Support
- ZLib Support
- HTMLRenderer
Enhancements / Changes
General
- TLMDControl and TLMDBaseControl removed
- LMDSHXPRes.pas, res (removed completely)
- LMDProcs.pas -> LMDFireURl added
LMD Std
TLMDBaseLabel and descendants
+ loShowLabelHint flag in Options property added (if Hint= and ShowHint, display LabelText as hint).
TLMDStaticText
+ loShowLabelHint flag in Options property added
TLMDSimpelLabel
+ property ShowURLInHint
+ property ShowURLMenu
+ method CopyURL
LMD List
TLMDImageComboBox
+ GlyphNumber and GlyphColumn properties
LMD Standalone Packages
ShellPack
+ TLMDShellConsoleView component