Vcl.ComCtrls.TCustomRichEdit.DoSetMaxLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetMaxLength(Value: Integer); override;

C++

virtual void __fastcall DoSetMaxLength(int Value);

Properties

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

Description

Sets the MaxLength property.

DoSetMaxLength overrides the inherited method to implement the MaxLength property for a rich edit window. DoSetMaxLength sends an EM_EXLIMITTEXT message to the window of the rich edit control.

See Also