ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Clipboard functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Calculates the height of an image (in bitmap format) found in the clipboard.
Remark: This function can be used only if the clipboard contains an image in Bitmap format.
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: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help