ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Clipboard functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Calculates the height of an image (in bitmap format) found in the clipboard.
Note This function can only be used if the clipboard contains a bitmap image.
Example
IF ClipboardFormat(cfBitmap) = 1 THEN
	IMG_Image1..Width = ClipboardWidth()
	IMG_Image1..Height = ClipboardHeight()
END
Syntax
<Result> = ClipboardHeight()
<Result>: Integer
  • Height of image (expressed in pixels).
  • -1 if an error occurred (the clipboard contains no image).
Remarks
  • Clipboard reads the text or image information found in the clipboard.
  • ToClipboard is used to write into the clipboard.
  • To find out whether the clipboard contains an image, you have the ability to use ClipboardFormat.
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help