Vcl.StdCtrls.TCustomCombo.GetSelLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelLength: Integer;

C++

int __fastcall GetSelLength();

Properties

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

Description

Returns the value of the SelLength property.

GetSelLength is the read implementation of the SelLength property. It returns the number of selected characters.

See Also