TSRVEditControl

<< Click to display table of contents >>

TSRVEditControl

TSRVEditControl is the base class for plain-text controls.

Unit SRVControl;

Syntax

TSRVEditControl = class(TSRVWinControl);

Hierarchy

TObject

TPersistent

TComponent

TControl

TWinControl

TSRVWinControl

Properties and events

Public properties

Property

Type

Default value

Meaning

SelLength

Integer

 

Specifies the number of selected characters.

SelStart

Integer

 

Specifies the position of the first selected character in the text, from 0

See also properties inherited from TSRVWinControl.

Methods

SelectAll selects all text in the edit control.

Inherited components

SRVEdit TSRVEdit

srvmemo TSRVMemo

srvcombobox TSRVComboBox