Skip to content

peAlign - cStatusBar

Determines how the statusbar is aligned within the parent object

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer peAlign
Access Type Syntax
Read Access: Get peAlign to IntegerVariable
Write Access: Set peAlign to IntegerVariable/Value

Description

The peAlign property determines how the statusbar is aligned within the parent object. By default, a statusbar is aligned to the bottom of the parent window and is automatically sized and aligned whenever the size of the parent window changes.

Set this property to alNone to prevent the automatic sizing and alignment. When set to alNone, you will be responsible for setting the size and location of the statusbar yourself.

Default is alBottom.