JavaScript Editor js editor     Web development 



Main Page

Specifies whether a page frame has tabs. Available at design time and run time.

PageFrame.Tabs[ = lExpr]

Return Value

lExpr


The settings for the Tabs property are as follows:

Setting Description

True (.T.)

(Default) The page frame has tabs.

False (.F.)

The page frame does not have tabs.

Remarks

Applies To: PageFrame

Specify the text on the tabs by setting the Caption property of the page. The width of the tab is increased if the Caption width is greater than the default width of the tab. Shorter captions have no effect on tab width.

See Also



JavaScript Editor js editor     Web development