Vcl.ComCtrls.TCustomRichEdit.DoSetMaxLength

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSetMaxLength(Value: Integer); override;

C++

virtual void __fastcall DoSetMaxLength(int Value);

Propriétés

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

Description

Affecte une valeur à la propriété MaxLength.

DoSetMaxLength surcharge la méthode héritée pour implémenter la propriété MaxLength pour une fenêtre éditeur de texte formaté. DoSetMaxLength envoie un message EM_EXLIMITTEXT à la fenêtre du contrôle éditeur de texte formaté.

Voir aussi