Vcl.ComCtrls.TCustomRichEdit.GetSelStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelStart: Integer; override;

C++

virtual int __fastcall GetSelStart();

Properties

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

Description

Returns the SelStart property.

GetSelStart overrides the inherited method to implement the SelStart property for a rich edit window. GetSelLength sends an EM_EXGETSEL message to the window of the edit control and returns the starting position.

See Also