![]() |
|
![]() |
| GetText | PutText | STRGetText | STRPutText |
procedure PutText
(const Text : array of char;
var done : boolean); overload; stdcall;
exports PutText (const Text : array of char;
var done : boolean) name 'ClipBoard_PutText';
//*
// PutText - place 'text' in the Windows Clipboard.
//
// hWnd is the Windows.HWND of the calling process. This value can be SageSpec.NULL_HWND.
//
procedure PutText
(const Text : string;
var done : boolean); overload; stdcall;
exports PutText (const Text : string;
var done : boolean) name 'ClipBoard_STRPutText';
//*
// STRPutText - See documentation of PutText.
//
procedure GetText
(var Text : array of char;
var done : boolean); overload; stdcall;
exports GetText (var Text : array of char;
var done : boolean) name 'ClipBoard_GetText';
//*
// GetText - read 'text' from the Windows Clipboard, if available.
//
// hWnd is the Windows.HWND of the calling process. This value can be SageSpec.NULL_HWND.
//
procedure GetText
(var Text : string;
var done : boolean); overload; stdcall;
exports GetText (var Text : string;
var done : boolean) name 'ClipBoard_STRGetText';
//*
// STRGetText - See documentation of GetText.
//
Send mail to
warren.merrill@inl.gov
with questions or comments about this web site.
Copyright © 1989-2006 Battelle Energy Alliance