Vcl.StdCtrls.TCustomEdit.GetSelLength

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetSelLength: Integer; virtual;

C++

virtual int __fastcall GetSelLength();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomEdit

Description

Renvoie la propriété SelLength.

GetSelLength est la fonction d'accès à la propriété SelLength. 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é SelLength.

GetSelLength transmet un message EM_GETSEL à la fenêtre du contrôle éditeur et renvoie la différence entre la position de début et la position de fin.

Voir aussi