Mercury.QTP.CustomServer Namespace : IRecord Interface |

All the Interface methods have a default implementation in CustomServerBase. To extend UFT's recording capabilities, override the default implementation of the members of this interface.
Recording can be performed by hooking the control's window messages and/or by listening to control events.
Name | Description | |
---|---|---|
![]() | GetWndMessageFilter | Returns the filter for window messages received by the Custom object. |
![]() | InitEventListener | Registers event handlers. |
![]() | OnMessage | Handles window messages. |
![]() | ReleaseEventListener | Call at the end of the recording session to stop listening for events. |