LMD VCL - Updating Projects: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
== LMD | == LMD 2009 Series == | ||
=== | == LMD 2007 Series == | ||
=== LMD-Tools === | |||
==== TLMD3DCaption, TLMDFxCaption ==== | ==== Feature Notes ==== | ||
===== TLMD3DCaption, TLMDFxCaption ===== | |||
Under Vista: Tracing property --> AutoSize no longer work correctly when Tracing feature is used | Under Vista: Tracing property --> AutoSize no longer work correctly when Tracing feature is used | ||
==== LMD Shell Tab ==== | ===== LMD Shell Tab ===== | ||
All 4 components of LMD Shell tab are now part of LMD ShellPack | All 4 components of LMD Shell tab are now part of LMD ShellPack | ||
=== Unit name changes === | ==== Unit name changes ==== | ||
==== LMDCPGet.pas ==== | ==== LMDCPGet.pas ==== | ||
Features of LMDCPGet unit were splitted to following new units: pLMDCPGetCore and pLMDCPGetMain | Features of LMDCPGet unit were splitted to following new units: pLMDCPGetCore and pLMDCPGetMain | ||
==== LMDGraph.pas ==== | ===== LMDGraph.pas ===== | ||
Several featurs of LMDGraph.pas were moved to LMDGraphUtils.pas (Simply adding LMDGraphUtils.pas to uses clause solves this problem) | Several featurs of LMDGraph.pas were moved to LMDGraphUtils.pas (Simply adding LMDGraphUtils.pas to uses clause solves this problem) | ||
== LMD Packs == | === LMD Packs === | ||
=== LMD BarPack === | ==== LMD BarPack ==== | ||
* LMDBarCommon unit is no longer used | * LMDBarCommon unit is no longer used | ||
* LMDBarCtlXPSupported --> LMDApplication.XPThemesSupported (unit LMDClass). | * LMDBarCtlXPSupported --> LMDApplication.XPThemesSupported (unit LMDClass). | ||
=== LMD RichPack === | ==== LMD RichPack ==== | ||
* LMDRichRumpTo --> LMDFireURL (LMDProcs) | * LMDRichRumpTo --> LMDFireURL (LMDProcs) | ||
* Several basic routines in LMDRTFBase.pas can now be found in LMDProcs and LMDUtils shared RTL units. | * Several basic routines in LMDRTFBase.pas can now be found in LMDProcs and LMDUtils shared RTL units. | ||
* Conversion routines can now be found in LMDConversion.pas unit. | * Conversion routines can now be found in LMDConversion.pas unit. | ||
=== LMD ShellPack === | ==== LMD ShellPack ==== | ||
* Unit LMDShCmp50 is no longer available, simply remove from uses clause. | * Unit LMDShCmp50 is no longer available, simply remove from uses clause. | ||
* TLMDSystemFolder types (sfDesktop, sfMyComputer etc.) are now defined in LMDShUtils unit. | * TLMDSystemFolder types (sfDesktop, sfMyComputer etc.) are now defined in LMDShUtils unit. | ||
| Line 32: | Line 35: | ||
* LMDSHXPRes.pas, res removed completely. Use shared LMDXPRes.pas instead. | * LMDSHXPRes.pas, res removed completely. Use shared LMDXPRes.pas instead. | ||
=== LMD SysPack === | ==== LMD SysPack ==== | ||
* Several basic routines in LMDSysBase.pas can now be found in LMDProcs, LMDSysIn and LMDUtils shared RTL units. | * Several basic routines in LMDSysBase.pas can now be found in LMDProcs, LMDSysIn and LMDUtils shared RTL units. | ||
=== LMD WebPack === | ==== LMD WebPack ==== | ||
* ReplaceStr --> LMDAnsiReplacestr (LMDStrings unit) | * ReplaceStr --> LMDAnsiReplacestr (LMDStrings unit) | ||
== LMD ElPack == | === LMD ElPack === | ||
* if TElFString is used => uses ..., LMDTypes <br> | * if TElFString is used => uses ..., LMDTypes <br> | ||
* replace: | * replace: | ||
Revision as of 23:30, 9 October 2008
LMD 2009 Series
LMD 2007 Series
LMD-Tools
Feature Notes
TLMD3DCaption, TLMDFxCaption
Under Vista: Tracing property --> AutoSize no longer work correctly when Tracing feature is used
LMD Shell Tab
All 4 components of LMD Shell tab are now part of LMD ShellPack
Unit name changes
LMDCPGet.pas
Features of LMDCPGet unit were splitted to following new units: pLMDCPGetCore and pLMDCPGetMain
LMDGraph.pas
Several featurs of LMDGraph.pas were moved to LMDGraphUtils.pas (Simply adding LMDGraphUtils.pas to uses clause solves this problem)
LMD Packs
LMD BarPack
- LMDBarCommon unit is no longer used
- LMDBarCtlXPSupported --> LMDApplication.XPThemesSupported (unit LMDClass).
LMD RichPack
- LMDRichRumpTo --> LMDFireURL (LMDProcs)
- Several basic routines in LMDRTFBase.pas can now be found in LMDProcs and LMDUtils shared RTL units.
- Conversion routines can now be found in LMDConversion.pas unit.
LMD ShellPack
- Unit LMDShCmp50 is no longer available, simply remove from uses clause.
- TLMDSystemFolder types (sfDesktop, sfMyComputer etc.) are now defined in LMDShUtils unit.
- LMDDirectoryExists method removed, use DirectoryExists method from VCl (filectrl unit).
- LMDSHXPRes.pas, res removed completely. Use shared LMDXPRes.pas instead.
LMD SysPack
- Several basic routines in LMDSysBase.pas can now be found in LMDProcs, LMDSysIn and LMDUtils shared RTL units.
LMD WebPack
- ReplaceStr --> LMDAnsiReplacestr (LMDStrings unit)
LMD ElPack
- if TElFString is used => uses ..., LMDTypes
- replace:
- ElUnicodeStrings -> LMDUnicodeStrings
- TElBorderSides -> TLMDBorderSides
- TElBkGndType -> TLMDBackgroundType (type with many new gradient's styles)
- if you get message "The <Method Name> method referenced by <Form Name>.<Event Name> has an incompatible parameter list. Remove the reference?" then you need to replase TElFString on TLMDString in <Form Name>.<Event Name>
- ElUxTheme -> LMDXPStyles
- ThemesAvailable -> XPThemesAvailable
- DrawArrow -> LMDDrawArrow (LMDGraphUtils)
- FireURL -> LMDFireURL (LMDProcs)
- GetOwnerFrameForm -> LMDGetOwnerFrameForm (LMDProcs)
- GetOwnerForm -> LMDGetOwnerForm (LMDProcs)
A lot of basic routines in ElStrUtils can now be found in LMDUnicode.pas or LMDStrings.pas. Usually the new name is equal old name with LMD prefix (ex: WideStrAlloc -> LMDWideStrAlloc) but several was renamed. You can find the list of this exclusions below:
- CompareWideStr -> LMDWideCompareStr
- SameWideStr -> LMDWideSameStr
- IsDigit -> LMDAnsiIsNumeric
- IsDigitStr -> LMDAnsiIsNumericStr
- uni2uppers, uni2lovers was moved to LMDUnicode without renaming
- WideTrimLeft -> LMDWideTrimL
- WideTrimRight -> LMDWideTrimR
- const SPathDelimiters, SWidePathDelimiters -> LMDPathDelimiters, LMDWidePathDelimiters
- GetWideStringOf -> LMDWideGetStringOf
- GetWideCharRangeString -> LMDWideGetCharRangeString
- H2D -> LMDAnsiH2D
- H2DDef -> LMDAnsiH2DDef
- IsAlpha -> LMDAnsiIsAlpha
- StrStartsWith -> LMDAnsiStrStartsWith
- ContainsAt -> LMDAnsiContainsAt
- SetWideString -> LMDWideSetString
A lot of basic routines in ElVCLUtils can now be found in other modules such as LMDGraphUtils, LMDProcs etc. Usually the new name is equal old name with LMD prefix. Exclusions:
- GradientFill -> LMDGradientPaint (parameters little are changed)
Functions from ElCBFmts has moved to LMDUtils
- GetFormatName -> LMDGetClipboardFormatName
- GetFormatIndex -> LMDGetClipboardFormatIndex
- HasFormat -> LMDHasClipboardFormat
- ElGraphics.ElDrawSmoothLine -> LMDGraphUtils.LMDDrawSmoothLine
Functions from ElInprocHookAPI has moved to LMDInprocHookAPI
- TElList -> TLMDObjectList
ElColor was deleted. Its functions has analog in LMDGraphUtils
- BrightColor -> LMDColorLighter
- DarkColor -> LMDColorDarker
- ElExtBkgnd.ExtDrawBkgnd -> LMDGraphUtils.LMDExtDrawBkgnd
- ElExtBkgnd2.ExtDrawBkgnd -> LMDGraphUtils.LMDExtDrawBkgnd2