On May 04, 2007, at 12:54 UTC, Vincent Kroll wrote: > who can explain the differences between StaticText.setString ( > aString ) and StaticText.Text = aString ?
There should be no difference, other than in how you call it. The setString method is required by one of the interfaces that StaticText implements, and is used (for example) with bindings; but in hand-written code, it's probably easier to just assign to .Text. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Strout Custom Solutions _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
