TPlusMemo.ColumnBlockSelection property
PlusMemo Help Send comments on this topic.
TPlusMemo.ColumnBlockSelection property

Glossary Item Box

 

Applies to

TPlusMemo, TDBPlusMemo

 

Declaration

property ColumnBlockSelection: Boolean;

 

Description

This property returns True if a columnar block of text is selected in the TPlusMemo or TDBPlusMemo control.  It is False otherwise.

 

See property Options for information on how to turn on column block selection functions in a TPlusMemo.  Methods InsertBlock and SelectBlock can also be used by an application to force the insertion or selection of a block of text.  Property ColumnBlockXY can be queried to know the coordinates of the selected block when there is one.

 

The ColumnBlockSelection property is available at run time only, with read only access.