Skip to content

peTabPosition - TabDialog

Determines if positions of the tabs are at the top or the bottom of the tab-dialog

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

Syntax

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

Description

The position of the tabs can be on the top or the bottom of the tab-dialog.

To display them on the top, set the peTabPosition property to tpTop; to display them on the bottom set this property to tpBottom

Col 1 Col 2
Note: Setting peTabPosition to tpBottom will set the peTabStyle property to tsTabs, as windows does not support buttons or flat buttons on the bottom of the tab-dialog.

Default is tpTop.