Class TCustomClipboardViewer (unit ClipView)

Inherits from

TScrollBox

Constructors


constructor Create(AOwner: TComponent);

Public declarations

TCustomClipboardViewer



Functions

class function CanDrawFormat(ClipboardFormat: Word): Boolean;


procedure Change;


procedure CreatePaintControl;


procedure CreateWnd;

Protected declarations

procedure DestroyWnd;


function GetDrawFormat: TClipboardViewFormat;


function ValidFormat(Format: TClipboardViewFormat): Boolean;


procedure ForwardMessage(var Message: TMessage);


function GetClipboardFormatNames(Index: Integer): string;


function IsEmptyClipboard: Boolean;


procedure SetViewFormat(Value: TClipboardViewFormat);


procedure WMChangeCBChain(var Message: TWMChangeCBChain);


procedure WMDestroyClipboard(var Message: TMessage);


procedure WMDrawClipboard(var Message: TMessage);


procedure WMSize(var Message: TMessage);


Properties

property Color :


property ParentColor :


property ClipboardFormatNames : string


property ViewFormat : TClipboardViewFormat


Events

event OnChange : TNotifyEvent


Variables

FOnChange : TNotifyEvent;


FPaintControl : TComponent;


FViewFormat : TClipboardViewFormat;


FWndNext : HWnd;

Private declarations


Constructors


constructor Create(AOwner: TComponent);

Public declarations

TCustomClipboardViewer


Functions


class function CanDrawFormat(ClipboardFormat: Word): Boolean;


procedure Change;


procedure CreatePaintControl;


procedure CreateWnd;

Protected declarations


procedure DestroyWnd;


function GetDrawFormat: TClipboardViewFormat;


function ValidFormat(Format: TClipboardViewFormat): Boolean;


procedure ForwardMessage(var Message: TMessage);


function GetClipboardFormatNames(Index: Integer): string;


function IsEmptyClipboard: Boolean;


procedure SetViewFormat(Value: TClipboardViewFormat);


procedure WMChangeCBChain(var Message: TWMChangeCBChain);


procedure WMDestroyClipboard(var Message: TMessage);


procedure WMDrawClipboard(var Message: TMessage);


procedure WMSize(var Message: TMessage);


Properties


property Color :


property ParentColor :


property ClipboardFormatNames : string


property ViewFormat : TClipboardViewFormat


Events


event OnChange : TNotifyEvent


Variables


FOnChange : TNotifyEvent;


FPaintControl : TComponent;


FViewFormat : TClipboardViewFormat;


FWndNext : HWnd;

Private declarations