TdxCustomSmartImage.IsSupportClipboardFormat(Word) Method
Identifies if the specified clipboard image format is supported.
Declaration
class function IsSupportClipboardFormat(AFormat: Word): Boolean; virtual;
Parameters
Name | Type |
---|---|
AFormat | Word |
Returns
Type |
---|
Boolean |
Remarks
This class function returns True if the list of supported clipboard image formats contains the format index passed as the AFormat parameter; otherwise, False.
See Also