RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPicture.SupportsClipboardFormat Method

Indicates if the given Clipboard format is supported by the LoadFromClipboardFormat method.

Pascal
class function SupportsClipboardFormat(AFormat: Word): Boolean;
C++
__fastcall Boolean SupportsClipboardFormat(Word AFormat);

If the LoadFromClipboardFormat method supports the Clipboard format specified as the value of AFormat, SupportsClipboardFormat returns true. If the format is not supported, the method returns false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!