Name: | Clipboard |
Version: | 1.0 |
ID: | ID_CLIPBOARD |
Status: | Unspecified |
Category: | I/O |
Date: | July 2001 |
Author: | Rocklyte Systems |
Copyright: | Rocklyte Systems (c) 2001. All rights reserved. |
Short: | The Clipboard class manages cut, copy and paste operations. |
This class is currently under development. Use at your own risk.
The Clipboard class supports the following actions:
DataChannel This action can be used to place data in a clipboard.
The Clipboard object consists of the following public fields:
AudioLocation Reflects the file location of audio clips. ClipOrder Readable field that defines the historical order of clips. DataLocation Reflects the file location of raw data clips. FileLocation Reflects the file location of file clips. ImageLocation Reflects the file location of image clips. ObjectLocation Reflects the file location of object clips. TextLocation Reflects the file location of text clips.
Field: | AudioLocation |
Short: | Reflects the file location of audio clips. |
Type: | STRING |
Status: | Read |
Field: | ClipOrder |
Short: | Readable field that defines the historical order of clips. |
Type: | BYTE * |
Status: | Read |
Field: | DataLocation |
Short: | Reflects the file location of raw data clips. |
Type: | STRING |
Status: | Read |
Field: | FileLocation |
Short: | Reflects the file location of file clips. |
Type: | STRING |
Status: | Read |
Field: | ImageLocation |
Short: | Reflects the file location of image clips. |
Type: | STRING |
Status: | Read |
Field: | ObjectLocation |
Short: | Reflects the file location of object clips. |
Type: | STRING |
Status: | Read |
Field: | TextLocation |
Short: | Reflects the file location of text clips. |
Type: | STRING |
Status: | Read |