Vcl.ComCtrls.TCustomRichEdit.GetSelStart

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetSelStart: Integer; override;

C++

virtual int __fastcall GetSelStart(void);

Propriétés

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

Description

Renvoie la propriété SelStart.

GetSelStart surcharge la méthode héritée pour implémenter la propriété SelStart pour une fenêtre éditeur de texte formaté. GetSelLength transmet un message EM_EXGETSEL à la fenêtre du contrôle éditeur et renvoie la position de début.

Voir aussi