For DataWindow controls, Graph controls and Windows
Applies to
DataWindow controls, Graph controls, Windows
Description
The Title property specifies the title text of the control or
window. In a window or DataWindow control, this value is displayed only
if the TitleBar property is also enabled.
Usage
In a painter
To specify text to be displayed in a Menu item or
control:
-
Type the title text in the Title field and select the TitleBar
check box on the General page of the control’s Properties
view.
In scripts
The Title property takes a string value. The following lines set a
title for a DataWindow control dw_1:
|
1 2 |
dw_1.TitleBar = TRUE dw_1.Title = "Monthly Report" |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest