CutToClipboard method

Applies to
TESBCustomEdit

Declaration
procedure CutToClipboard;

Implementation

procedure TESBCustomEdit.CutToClipboard;
begin
     if not fReadOnly then
     begin
          inherited;
     end;
End;


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