TPlusMemo.LeftOrigin, TopOrigin properties
PlusMemo Help Send comments on this topic.
TPlusMemo.LeftOrigin, TopOrigin properties

Glossary Item Box

 

Applies to

TPlusMemo, TDBPlusMemo

 

Declaration

property LeftOrigin: Integer;

property TopOrigin : Integer;

 

Description

These properties control the horizontal and vertical display position in pixels.  A positive value for LeftOrigin will make the text shift to the left, while a negative value will shift to the right.  Similarly, if TopOrigin is increased, text shifts upward, while if decreased, a shift downward is effected.

 

They are available at run time only, with read and write access.

 

See property FirstVisibleLine if you want to know or control the line number at the top of the client area from your application.