Applies toTESBCustomEdit
Declarationprocedure PasteFromClipboard; Implementation
procedure TESBCustomEdit.PasteFromClipboard; begin if not fReadOnly then begin fNull := False; inherited; end; End;