Vcl.ComCtrls.TCustomRichEdit.GetSelText

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetSelText: string; override;

C++

virtual System::UnicodeString __fastcall GetSelText();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Renvoie la propriété SelText.

GetSelText surcharge la méthode héritée pour implémenter la propriété SelText pour une fenêtre éditeur de texte formaté. GetSelText transmet un message EM_GETSELTEXT à la fenêtre du contrôle éditeur de texte formaté.

Voir aussi