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. Values
|
||||
|
BorderStyle |
BorderStyle (enumerated) |
Specifies the border style of the control. Values
|
||||
|
BringToTop |
Boolean |
Specifies whether PowerBuilder moves the control to |
||||
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
||||
|
ControlMenu |
Boolean |
Specifies whether the Control Menu box displays in
|
||||
|
DataObject |
String |
Specifies the name of the DataWindow object or |
||||
|
DragAuto |
Boolean |
Specifies whether PowerBuilder puts the control
|
||||
|
DragIcon |
String |
Specifies the name of the stock icon or the file When the user drags the control, the |
||||
|
Enabled |
Boolean |
Specifies whether the control is enabled (can be
|
||||
|
Height |
Integer |
Specifies the height of the DataWindow control, in |
||||
|
HScrollBar |
Boolean |
Specifies whether a horizontal scroll bar displays
|
||||
|
HSplitScroll |
Boolean |
Specifies whether the split bar displays in the
|
||||
|
Icon |
String |
Specifies the name of the ICO file that contains |
||||
|
LiveScroll |
Boolean |
Scrolls the rows in the DataWindow control while |
||||
|
MaxBox |
Boolean |
Specifies whether a Maximize Box displays in the
|
||||
|
MinBox |
Boolean |
Specifies whether a Minimize Box displays in the
|
||||
|
Object |
DWObject |
Used for the direct manipulation of controls within For information, |
||||
|
Resizable |
Boolean |
Specifies whether the DataWindow control is
|
||||
|
RightToLeft |
Boolean |
Specifies that characters should be displayed in
|
||||
|
TabOrder |
Integer |
Specifies the tab value of the DataWindow control |
||||
|
Tag |
String |
Specifies the tag value assigned to the DataWindow |
||||
|
Title |
String |
Specifies the text that displays in the DataWindow |
||||
|
TitleBar |
Boolean |
Specifies whether a title bar displays in the
|
||||
|
Visible |
Boolean |
Specifies whether the DataWindow control is
|
||||
|
VScrollBar |
Boolean |
Specifies whether a vertical scroll bar displays in
|
||||
|
Width |
Integer |
Specifies the width of the DataWindow control, in |
||||
|
X |
Integer |
Specifies the X position (the distance from the |
||||
|
Y |
Integer |
Specifies the Y position (the distance from the top |