Table of Contents

TPasteBitmapEvent Event Type

Signature for an event that fires when a bitmap is about to be pasted from the clipboard.

API unit family: TMSFNCRichEditor

Parameters

Name Description
Sender The component that raises the event.
ABitmap The bitmap that will be pasted.
Allow Set to False to reject the paste; defaults to True.