Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the full control name and handle of an SRP Popup control. An attempt to find one is done first on @Window, then MDI Frame (if applicable), and finally the Parent window. It assumes that the SRP Popup control will be named OLE_POPUP. Used mostly for internal purposes (such as the DisplayHelp function).

Syntax

Code Block
rv = Form_Services("FindPopupControl", Window)

...