TPlusMemo.SelectBlock
PlusMemo Help Send comments on this topic.
TPlusMemo.SelectBlock method

Glossary Item Box

 

Applies to

TPlusMemo, TDBPlusMemo

 

Declaration

procedure SelectBlock(StartCol, StartLine, StopCol, StopLine: Integer);

 

Description

This method is used to set a columnar block selection in a TPlusMemo or TDBPlusMemo.  After a call to SelectBlock, the selection will be a column block, encompassing columns number StartCol to StopCol-1 and lines numbered StartLine to StopLine-1.  Property ColumnBlockSelection returns True after that, and property ColumnBlockXY reads the save values as StartCol, StartLine, StopCol, StopLine, until a new selection is made by the user or programmatically.

 

Remark

If property WordWrap is True, SelectBlock has no effect.