TClipboard |
Field | Param(s) | Type |
Clear | Self As TClipboard | SUB |
Close | Self As TClipboard | SUB |
FormatCount | Self As TClipboard | FUNCTION |
HasFormat | Self As TClipboard , byval fFormat As Word | FUNCTION |
Open | Self As TClipboard | SUB |
SetFormat | Self As TClipboard , byval fFormat As String , byref vFormat As Word | SUB |
GetFormat | Self As TClipboard | FUNCTION |
SetAsText | Self As TClipboard , byval Value As String | SUB |
GetAsText | Self As TClipboard | FUNCTION |
SetAsHandle | Self As TClipboard , byval fFormat As Word , byval fValue As HANDLE | SUB |
GetAsHandle | Self As TClipboard , byval fFormat As Word | FUNCTION |
| |