Properties for DataWindow controls
You can set properties of a DataWindow control in the window
or user object painter or in code.
DataWindow property |
Datatype |
Description |
---|---|---|
Border |
Boolean |
Specifies whether the control has a border.
|
BorderStyle |
BorderStyle (enumerated) |
Specifies the border style of the control.
|
BringToTop |
Boolean |
Specifies whether PowerBuilder moves |
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
ControlMenu |
Boolean |
Specifies whether the Control Menu box
|
DataObject |
String |
Specifies the name of the DataWindow |
DragAuto |
Boolean |
Specifies whether PowerBuilder puts the
|
DragIcon |
String |
Specifies the name of the stock icon When the user drags the control, the icon displays when the |
Enabled |
Boolean |
Specifies whether the control is enabled
|
Height |
Integer |
Specifies the height of the DataWindow |
HScrollBar |
Boolean |
Specifies whether a horizontal scroll
|
HSplitScroll |
Boolean |
Specifies whether the split bar displays
|
Icon |
String |
Specifies the name of the ICO file that |
LiveScroll |
Boolean |
Scrolls the rows in the DataWindow control |
MaxBox |
Boolean |
Specifies whether a Maximize Box displays
|
MinBox |
Boolean |
Specifies whether a Minimize Box displays
|
Object |
DWObject |
Used for the direct manipulation of controls For information, see Chapter 4, “Accessing Data in Code” and Chapter 5, “Accessing DataWindow Object Properties |
Resizable |
Boolean |
Specifies whether the DataWindow control
|
RightToLeft |
Boolean |
Specifies that characters should be displayed
|
TabOrder |
Integer |
Specifies the tab value of the DataWindow |
Tag |
String |
Specifies the tag value assigned to the |
Title |
String |
Specifies the text that displays in the |
TitleBar |
Boolean |
Specifies whether a title bar displays
|
Visible |
Boolean |
Specifies whether the DataWindow control
|
VScrollBar |
Boolean |
Specifies whether a vertical scroll bar
|
Width |
Integer |
Specifies the width of the DataWindow |
X |
Integer |
Specifies the X position (the distance |
Y |
Integer |
Specifies the Y position (the distance |