Versions Compared

Key

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

...

Returns the full control name and handle of an SRP Subclass control. An attempt to find one is done first on the current window, then MDI Frame (if applicable), and finally the Parent window. It assumes that the SRP Subclass control will be named OLE_SUBCLASS. Used mostly for internal purposes (such as the SetFocusBorders and DisplayValidationError services).

Syntax

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

...

ParameterDescription
Window

Starting window to use for locating the SRP Subclass control. This is necessary if the calling routine originated from a different window than the one needing the SRP Subclass control features. @Window will be
used as the default.

Version

...