BlueZone ActiveX events
- KeyDown( long *KeyCode, long Shift )
- Fires when a key is pressed down in the BlueZone session.
- KeyUp( long KeyCode, long Shift )
- Fires when a key is let up in the BlueZone session.
- AfterConnect( long Success )
- Fires after the BlueZone session connects to the host system.
- AfterDisconnect( long Success )
- Fires after the BlueZone session disconnects from the host system.
- CursorMove( long Row, long Column )
- Fires when the cursor position changes in the BlueZone session.
- ReadyToSend( BOOL State )
- Fires when the keyboard lock state changes in the BlueZone session.
- Click()
- Fires when a mouse button is clicked in the BlueZone session.
- HostScreenChange( long ScreenType, long ScreenId, long StartRow,
long StartCol, long EndRow, long EndCol )
- Fires when the screen changes in the BlueZone session.
- KeyboardLock( BOOL State )
- Fires when the keyboard lock state changes in the BlueZone session.
- BeforeConnect( BOOL Cancel )
- Fires before the BlueZone session connects to the host system.
- EndOfData()
- Fires when the host system stops sending data to the BlueZone
session.
- BeforeDisconnect( BOOL Cancel )
- Fires before the BlueZone session disconnects from the host system.
- Resize()
- Fires when the BlueZone session window is resized.
- KeyPress( int KeyAscii )
- Fires when a key is pressed in the BlueZone session.
- OnBlueZoneEvent( long eventNumber, String eventData )
- Fires when an event occurs that was defined using the OnEvent()
method.