Linked by Joost van der Sluis on Mon 10th Sep 2007 16:03 UTC
Thread beginning with comment 270046
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: How good is Lazarus/FPC?
by FooBarWidget on Mon 10th Sep 2007 22:18
in reply to "RE: How good is Lazarus/FPC?"
RE[2]: How good is Lazarus/FPC?
by memson on Tue 11th Sep 2007 09:44
in reply to "RE: How good is Lazarus/FPC?"
> Delphi uses anchors for sizeable dialogs
Correct. It also has the "align" property, and has so since version 1. It is a bit unweildy (just as it can be with any resizable container that is aligned to a specific "area" of another container), but it's workable.
> .Net uses the same concept just with a different name ("dock").
Wrong. This is called "anchor" in dotNet. It works exactly as the Delphi version does too.





Member since:
2007-09-10
Delphi uses anchors for sizeable dialogs. This feature has been introduced even before Delphi 7. BTW, .Net uses the same concept just with a different name ("dock"). This concept is really easy and powerful.