TSRVEditControl

Top  Previous  Next

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

ReadOnly CaretPos

TPoint

 

Read-only. Returns the position of the caret.

SelLength

Integer

 

Specifies the number of characters (bytes) that are selected.

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

SRVEdit TSRVComboBox


ScaleRichView © Ilya Zelensky & Sergey Tkachenko