MDIClient object
An MDI window is a frame window in which you can open multiple
document windows (sheets) and move among the sheets.
An MDIClient object is the area in which open sheets display in a
standard MDI frame. In a standard MDI window, PowerBuilder sizes the
MDIClient so that it fills the space inside the frame. For example, if the
frame has a menu bar and MicroHelp, the MDIClient fills the space between
the sides of the frame and the space below the menu bar and above the
MicroHelp.
In a custom MDI window, you determine the size of the client area.
For example, when a frame has buttons below the menu bar in the frame, you
size the client area so it begins below the buttons.
An MDIClient object has no associated events.
Properties
|
MDIClient property |
Datatype |
Description |
|---|---|---|
|
Long |
Specifies the numerical value of the background |
|
|
Boolean |
Specifies whether PowerBuilder moves the MDIClient TRUE — Object moved to top. FALSE |
|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
Integer |
Specifies the height of the MDIClient object, in |
|
|
MicroHelpHeight |
Integer |
Holds the height of the MicroHelp in the MDIClient If the style of the MDI window is MDI Frame You cannot set the value of |
|
String |
Specifies the tag value assigned to the MDIClient |
|
|
Boolean |
Specifies whether the MDIClient object is visible. TRUE — Object is FALSE — Object is not |
|
|
Integer |
Specifies the width of the MDIClient object, in |
|
|
Integer |
Specifies the X position (the distance from the |
|
|
Integer |
Specifies the Y position (the distance from the top |
Functions
|
MDIClient function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the MDIClient |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Integer |
Makes the MDIClient object |
|
|
Integer |
Moves the MDIClient object to a specified |
|
|
Integer |
Changes the size of the MDIClient |
|
|
Integer |
Controls automatic redrawing of the MDIClient |
|
|
Integer |
Makes the MDIClient object visible. |
|
|
Object |
Returns the type of the object. |