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
- TStringGrid
- TStringGridWithOnPasteFromClipboard
Overview
Methods
|  | procedure DoPasteFromClipboard; override; | 
Properties
|  | property OnPasteFromClipboard: TNotifyEvent read FOnPasteFromClipboard write FOnPasteFromClipboard; | 
Description
Methods
|  | procedure DoPasteFromClipboard; override; | 
Properties
|  | property OnPasteFromClipboard: TNotifyEvent read FOnPasteFromClipboard write FOnPasteFromClipboard; | 
| The event is called after pasting from the clipboard | |
Generated by PasDoc 0.16.0.