| PasteFromClipboard method | 
Applies to
TESBCustomEdit
Declaration
procedure PasteFromClipboard; 
 Implementation
 
| procedure TESBCustomEdit.PasteFromClipboard;
begin
     if not fReadOnly then
     begin
          fNull := False;
          inherited;
	end;
End; | 
|  |