Vcl.ComCtrls.TCustomRichEdit.SetSelLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelLength(Value: Integer); override;

C++

virtual void __fastcall SetSelLength(int Value);

Properties

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

Description

Sets the SelLength property.

SetSelLength overrides the inherited method to implement the SelLength property for a rich edit window. SetSelLength sends an EM_EXSETSEL message to the window of the edit control, specifying a selection that begins at SelStart and ends at SelStart + Value.

See Also