Copyright © 2003-2024 MultiMedia Soft

Deprecated elements

Previous pageReturn to chapter overviewNext page

With respect to previous versions of the component, internal design has been changed in order to support a more object-oriented approach during the development of applications: this has caused some of the control's properties and methods to become obsolete. These obsolete properties and methods should not be used in new development projects. They have been maintained internally for backward compatibility only and they will not be documented here nor supported in the future. Furthermore, these obsolete elements will not be displayed by Intellisense and, in Visual C++, will not be inserted inside the wrapper class.

The following is the full list of obsolete properties and methods with the current alternative you should use from now on.

 

Deprectated methods

Old method name

Current alternative

 

 

CellsManager.AddCell (*)

CellsManager.CellAdd

CellsManager.DeleteCell (*)

CellsManager.CellDelete

CellsManager.GetCount  (*)

CellsManager.CellGetCount

CellsManager.FindCell (*)

CellsManager.CellFind

CellsManager.GetLogFont (*)

CellsManager.CellGetLogFont

CellsManager.SetLogFont (*)

CellsManager.CellSetLogFont

CellsManager.GetCellUniqueID (*)

CellsManager.CellGetUniqueID

CellsManager.GetCellPos (*)

CellsManager.CellGetPos

CellsManager.SetCellPos (*)

CellsManager.CellSetPos

CellsManager.GetCellSize (*)

CellsManager.CellGetSize

CellsManager.SetCellSize (*)

CellsManager.CellSetSize

CellsManager.SetPictureFromHandle  (*)

CellsManager.CellSetPictureFromHandle

(*) Deprecated starting from version 3