General Methods
General Methods cover additional features that do not fit into other categories of this document.
| Method | Parameters | Return Value | Function |
| StartPollTimer | --- | --- | For advanced use only. The control has a built-in timer that regularly calls SGIdle, a requirement for QuickTime capture. The timer starts and stops automatically without outside intervention from the developer. Normally you will not need to use this function |
| StopPollTimer | --- | --- | For advanced use only. The control has a built-in timer that regularly calls SGIdle, a requirement for QuickTime capture. This timer starts and stops automatically without outside intervention from the developer. Normally you will not need to use this function |
| Idle | --- | --- | For advanced use only. The control has a built-in timer that regularly calls SGIdle, a requirement for QuickTime capture. This timer starts and stops automatically without outside intervention from the developer. Normally you will not need to use this function |
| Initialize | RegistrationCode as String | --- | The Initialize method is a required method. You must call it for the control to work properly. The Initialize method should typically be called in the control's open event. e.g. Sub Open() me.Initialize("Your Registration Code Goes Here") |
| UserSettings | --- | String | Returns a non-human-readable string that represents the state of the sequence grabber. You can save this string to a preference file for recall later. |
| UserSettings | Assigns Settings as String | --- | Accepts a string that represents the state of the sequence grabber. Setting this string resets the state of the sequencer grabber to the saved state. |
Real Capture Canvas is Copyright (c)2006 SONICAMIGOS.COM.
SONICAMIGOS.COM is not affiliated with Real Software.
REALbasic is a registered trademark of Real Software, Inc.