Date: 17-June-2001
[History List]
Contents
General
Enhancements
Important Bugfixes
Release 5.05 of LMD
Tools fixes reported bugs, provides some recommended features to existing
components and adds Delphi 6 Support.
Note (from
5.03)
There seems to be a problem
with collection item events (like in the TLMDCaptionButtons component)
if used with form inheritance.
Please use the main component
events instead of the collection item events or assign the methods dynamically
in the form's OnCreate event if you want to use form inheritance!!
TLMDIniCtrl
New properties:
property EncKey:Word;
Use EncKey to specify unique key used for encode string data.
property Encoded:Boolean;
Enable Endcoded to encrypt/decrypt all following calls to String/TStrings
methods (e.g WriteString, WriteStrings, WriteFont or ReadString, ReadStrings
etc.)
Please note, that used encoding algorithm is rather simple.
LMDStrings Unit
Very simple crypto-routines added:
function LMDEncode(const aValue:String; Key:
Word):string;
function LMDDecode(const aValue:String; Key: Word):string;
LMDSysin Unit
New LMDSIWindowsME global variable.
[Top]
Important Bugfixes (only those are mentioned which were reported from customers)
TLMDCheckGroup
New: An exception is generated if
more than 32 items were assigned to the Items property.
TLMDFileCtrl
A bug occuring if control was used in a loop was fixed.
TLMDFileGrep
In certain operations component treated directories as files (thus generating
errors). This was fixed.
TLMDFormOpenDialog
ofAllowMultiSelect flag in connection with Files
property did not work correctly. This was
fixed.
Though OptionsEx property of TLMDFormOpen/SaveDialog for displaying/hiding
Places Bar in WinME/Win2K is visible please
don't use it (is prepared for LMD-Tools 6.0 release).
TLMDSplitterPanel
TLMDSplitterPane Destructor changed for
the case, that Parent control is currently
destroyed.
LMD ShellPack - TLMDShellList/TLMDShellTree
OnFilter event fired for all items (including folders).
Problems with Zip Drive (if empty) fixed.
[Top]
© 2001 by LMD Innovative Germany
All other trademarks
are acknowledged.