Re: Opendialog problem



Jim P wrote:

if opendialog.execute = true then

Why would you do:

if mybooleanexpression = true then

It suffices (and is much safer) if one does:

if mybooleanexpression then



--
Rudy Velthuis http://rvelthuis.de

"There is a country in Europe where multiple-choice tests are
illegal." -- Sigfried Hulzer
.



Relevant Pages

  • Re: Opendialog problem
    ... It suffices (and is much safer) if one does: ... if mybooleanexpression then ... sometimes see it when API functions are declared as returning a boolean ...
    (alt.comp.lang.borland-delphi)
  • Re: Opendialog problem
    ... It suffices (and is much safer) if one does: ... if mybooleanexpression then ... newsgroups if possible). ...
    (alt.comp.lang.borland-delphi)
  • Re: Opendialog problem
    ... Rudy Velthuis wrote: ... It suffices (and is much safer) if one does: ... if mybooleanexpression then ...
    (alt.comp.lang.borland-delphi)