Vcl.Clipbrd.TClipboard.SetTextBuf

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetTextBuf(Buffer: PChar);

C++

void __fastcall SetTextBuf(System::WideChar * Buffer);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Clipbrd.pas
Vcl.Clipbrd.hpp
Vcl.Clipbrd TClipboard

Description

Ecrit un tampon de texte dans le Clipboard.

Utilisez SetTextBuf pour copier le texte d'un tampon dans le Presse-papiers. Buffer doit pointer sur une chaîne à zéro terminal.

Voir aussi