On Wed, Feb 27, 2008 at 6:56 PM, Hess, Philip J <[EMAIL PROTECTED]> wrote: > But did removing it add any value to Lazarus? > > All I know is that what once worked no longer does. > > TextHeight is probably a holdover from early versions of Delphi, but > Delphi still puts TextHeight in the .dfm. So if you want better > compatibility... > > > Thanks. > > -Phil >
My 2cents suggestions if the property is restored: - use a dummy method instead of a field/variable? (mostly for the code cleanliness rather than the wastage of heap memory) - would it work to make it write-only so it's not displayed in the Object Inpector? Cheers, Flávio _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
