Thanks Mattias, but I dont seem to be able to get this to work.
I have tried
 if memo1.VertScrollBar.Visible then ShowMessage('v is visible');
if memo1.VertScrollBar.IsScrollBarVisible then ShowMessage('v is visible');
and neither do anything

I'm using Windows XP if that makes a difference

Mattias Gaertner wrote:

On Sat, 03 Sep 2005 10:32:03 +1000
SteveG <[EMAIL PROTECTED]> wrote:

Is it possible to determine if the scroll bars are showing in a TMemo ?
Not just enabled, but actually showing if set for ssAuto

Memo1.VertScrollBar.Visible


Mattias

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives




_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to