Properties in Delphi 2006 and 7 -


tedit looks in dfm of delphi 2006 code.

object myedit: tedit    alignwithmargins = true    left = 15    top = 25    width = 50    height = 20    margins.left = 20    margins.top = 30    margins.bottom = 16    align = alleft    anchors = [akleft, aktop, akright, akbottom]    explicitwidth = 100    explicitheight = 32 end 

but properties (like alignwithmargins, margins, align, explicitwidth, explicitheight) not there in delphi 7. equivalent properties in delphi 7 , above versions?

delphi 7 doesn't have properties, nor equivalent ones, because delphi 7 released before delphi 2006.

  • delphi 7 released in 2002
  • delphi 8 - released in 2003
  • delphi 2005 - released in 2004
  • delphi 2006 - released in 2005

delphi programming language

if want port code delphi 2006 delphi 7, have delete properties .dfm files.


Popular posts from this blog