IRecord Interface
Implement this interface to extend UFT recording.
| Visual Basic (Declaration) | |
|---|---|
Public Interface IRecord | |
| C# | |
|---|---|
public interface IRecord | |
| Name | Description | |
|---|---|---|
![]() | OnMessage | Handles Windows messages. |
![]() | RecordInit | Registers event handlers. |
![]() | RecordStop | Called by the UFT infrastructure at the end of the recording session to stop listening for events. |


