API: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.

Vcl.ComCtrls.TCustomRichEdit.GetSelText hérite de Vcl.StdCtrls.TCustomEdit.GetSelText. Tout le contenu en-dessous de cette ligne se réfère à Vcl.StdCtrls.TCustomEdit.GetSelText.

Renvoie la propriété SelText.

GetSelText est la méthode d'accès à la propriété pour la propriété SelText. Elle est exposée comme méthode protégée afin que les descendants de TCustomEdit puissent personnaliser l'implémentation de la propriété SelText.

Voir aussi