Vcl.StdCtrls.TCustomCombo.GetSelStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelStart: Integer;

C++

int __fastcall GetSelStart();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Returns the value of the SelStart property.

GetSelStart is the read implementation of the SelStart property. It returns the position of the first selected character, or the position of the cursor if no characters are selected.

See Also