Difference between revisions of "LMD VCL - Updating Projects"

From LMD
Jump to: navigation, search
(LMD ElPack)
Line 33: Line 33:
 
** ElUnicodeStrings -> LMDUnicodeStrings
 
** ElUnicodeStrings -> LMDUnicodeStrings
 
* 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>
 
* 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

Revision as of 15:20, 23 May 2007

LMD-Tools

LMDCPGet unit

  • pLMDCPGetCore
  • pLMDCPGetMain

LMDGraph

  • LMDGraphUtils

TLMD3DCaption, TLMDFxCaption Vista: Tracing property --> AutoSize no longer work

LMD Shell Tab

  • Components moved to LMD ShellPack

LMD Packs

LMD BarPack

  • LMDBarCtlXPSupported --> LMDApplication.XPThemesSupported (unit LMDClass).

LMD RichPack

  • LMDRichRumpTo --> LMDFireURL (LMDProcs)

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).

LMD WebPack

  • ReplaceStr --> LMDAnsiReplacestr (LMDStrings unit)

LMD ElPack

  • if TElFString is used => uses ..., LMDTypes
  • replace:
    • ElUnicodeStrings -> LMDUnicodeStrings
  • 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