[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.SelLength

The number of selected UTF-8 characters in the edit box.

Declaration

Source position: stdctrls.pp line 402

public property TCustomComboBox.SelLength : Integer
  read GetSelLength
  write SetSelLength;

See also

TCustomComboBox.SelStart

  

The zero-based UTF-8 index of the begin of the selection in the edit box.

TCustomComboBox.SelText

  

The selected text in the edit box.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.