-
Vinum (16.01.08 23:33) [0]например из EditBox-a по нажатию кнопки?? в ВЦЛ писал так:
procedure TForm1.Button1Click(Sender: TObject);
begin
edit1.CopyToClipboard;
end;
а в KOL что-то не нахожу подобного -
Dimaxx © (17.01.08 01:03) [1]function Text2Clipboard( const S: String ): Boolean;
{* Puts given string to a clipboard. }
function WText2Clipboard( const WS: WideString ): Boolean;
{* Puts given Unicode string to a clipboard. } -
Vinum (17.01.08 09:58) [2]Спасибо