Vcl.StdCtrls.TCustomEdit.SetSelLength
Delphi
procedure SetSelLength(Value: Integer); virtual;
C++
virtual void __fastcall SetSelLength(int Value);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomEdit |
Description
Définit la valeur de la propriété SelLength.
SetSelLength est la méthode d'accès à la propriété pour 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.
SetSelLength transmet un message EM_SETSEL à la fenêtre du contrôle éditeur, en spécifiant une sélection qui commence à SelStart et finit à SelStart + Value.