Group Form / Dialog
Alert()
Displays a modal dialog box.
Alert( <cMessage>, [<aOptions>], [<cColor>] ) --> nChoice
CenterControl()
Center an Xbase Part within another object.
CenterControl( <oControl>, [<oCenterIn>] ) --> NIL
ConfirmBox()
Displays text in a graphic box and accepts user input via pushbuttons.
ConfirmBox( [<oOwner>], <cMessage>, [<cTitle>], [<nButtons>],[<nStyle>],[<nStartBtn>] ) --> nAction
GetParentForm()
Get parent form of an Xbase Part.
GetParentForm( <oChild> ) --> <oForm>
GetPointerPos()
Determines the position of the mouse pointer.
GetPointerPos() --> <aPos>
GetWindowRestorePlacement()
Gets the position and dimension a window restores to.
GetWindowRestorePlacement( <oWindow>|<nHwnd>, @<aPos>, @<aSize> ) -> lSuccess
MsgBox()
Displays a message in a graphic dialog window.
MsgBox( <cMessage>, [<cTitle>] ) --> NIL
XbpCrt()
Class
Class function of the XbpCrt class.
XbpDialog()
Class
Class function of the XbpDialog class.
XbpFileDialog()
Class
Class function of the XbpFileDialog class.
XbpFontDialog()
Class
Class function of the XbpFontDialog class.
XbpPrintDialog()
Class
Class function of the XbpPrintDialog class.