IRecord Interface

Implement this interface to extend UFT recording.

Syntax

Visual Basic (Declaration) 
Public Interface IRecord 
C# 
public interface IRecord 

Public Methods

 NameDescription
MethodOnMessageHandles Windows messages.  
MethodRecordInitRegisters event handlers.  
MethodRecordStopCalled by the UFT infrastructure at the end of the recording session to stop listening for events.  
Top

See Also