This function checks whether or not there is clipboard data

[C++Builder]   BOOL IKIsClipBrdData(HWND hWnd);
[Delphi]   function IKIsClipBrdData(hWnd: HWND): LongBool;

Parameters

Name Explanation
hWnd The window handle of the calling function

Return Value

Returns True if there is clipboard data, otherwise returns False

Explanation

The IKIsClipBrdData function checks whether or not there is clipboard data.

 

The ImageKit10 VCL is a product created by Newtone Corporation