Vcl.ComCtrls.TCustomRichEdit.SetSelStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelStart(Value: Integer); override;

C++

virtual void __fastcall SetSelStart(int Value);

Properties

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

Description

Returns the SelStart property.

SetSelStart overrides the inherited method to implement the SelStart property for a rich edit window. SetSelLength sends an EM_EXSETSEL message to the window of the edit control to position the cursor on the position indicated by Value.

See Also