Русский | English

Class TStringGridWithOnPasteFromClipboard

Unit

Declaration

type TStringGridWithOnPasteFromClipboard = class(TStringGrid)

Description

This class augmented with an event that fires after pasting from the clipboard. Used in TPointsEditor

Hierarchy

Overview

Methods

Protected procedure DoPasteFromClipboard; override;

Properties

Public property OnPasteFromClipboard: TNotifyEvent read FOnPasteFromClipboard write FOnPasteFromClipboard;

Description

Methods

Protected procedure DoPasteFromClipboard; override;
 

Properties

Public property OnPasteFromClipboard: TNotifyEvent read FOnPasteFromClipboard write FOnPasteFromClipboard;

The event is called after pasting from the clipboard


Generated by PasDoc 0.16.0.