RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRichEdit.DoSetMaxLength Method

Sets the MaxLength property.

Pascal
procedure DoSetMaxLength(Value: Integer); override;
C++
virtual __fastcall DoSetMaxLength(int Value);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!