PasteFromClipboard method

Applies to
TESBCustomEdit

Declaration
procedure PasteFromClipboard;

Implementation

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


HTML generated by Time2HELP
http://www.time2help.com