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 |
|
|
Boolean |
Specifies whether PowerBuilder moves
|
|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
|
Integer |
Specifies the height of the MDIClient |
|
|
MicroHelpHeight |
Integer |
Holds the height of the MicroHelp in If the style of the MDI window is MDI Frame (no MicroHelp), MicroHelpHeight You cannot set the value of this property. |
|
String |
Specifies the tag value assigned to the |
|
|
Boolean |
Specifies whether the MDIClient object
|
|
|
Integer |
Specifies the width of the MDIClient |
|
|
Integer |
Specifies the X position (the distance |
|
|
Integer |
Specifies the Y position (the distance |
Functions
|
MDIClient function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the MDIClient |
|
|
Integer |
Creates a reference to a context-specific |
|
|
PowerObject |
Returns a reference to the name of the |
|
|
Integer |
Makes the MDIClient object invisible. |
|
|
Integer |
Moves the MDIClient object to a specified |
|
|
Integer |
Changes the size of the MDIClient object. |
|
|
Integer |
Controls automatic redrawing of the MDIClient |
|
|
Integer |
Makes the MDIClient object visible. |
|
|
Object |
Returns the type of the object. |