Re: appcontrols

From: Aleksey Kuznetsov (nospam_at_nospam.org)
Date: 07/22/04


Date: Thu, 22 Jul 2004 16:40:04 +0300

It works and returns result just like standard message box. For example:

  if acInfoBox1.Execute = ID_YES then
    // Yes button pressed
  else
    // No button pressed

Regards,
Aleksey

"mARCELO" <lombi2000@yahoo.com> wrote in message
news:40ffc049$1@newsgroups.borland.com...
> How can i get the result of the userīs choice, using the component
> TacInfoBox?
>
> If the user choose 'Yes' or 'No' as a example.
>
>
> Thanks in advance.
>
>
>
>