<< Click to display table of contents >> TSRVEditControl |
TSRVEditControl is the base class for plain-text controls.
Unit SRVControl;
Syntax
TSRVEditControl = class(TSRVWinControl);
TObject
TPersistent
TComponent
TControl
TWinControl
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.
SelectAll selects all text in the edit control.