GetActive()
Returns the Get object that has input focus.
GetApplication()
Retrieves the global application object.
GetApplyKey()
Applies the key code result of Inkey() to the current Get object.
GetCgiString()
Retrieve a cgi string from a HtmlFormElement object
GetDoSetkey()
Executes a code block during input to a Get object.
GetEnableEvents()
Determines if AppEvent() or Inkey() is used by the Get system.
Getenv()
Retrieves the contents of an operating system environment variable.
GetEventReader()
Implements the default READ behavior of a single Get object for the
GetHandleEvent()
Applies events to the active Get object.
GetKillActive()
Removes input focus from the active Get object.
GetList()
Returns a reference to the GetList array being used by ReadModal().
GetListPos()
Returns the position of the active Get object within the GetList array.
GetLogicalProcessorCount()
Query the number of available logical processors on the machine
GetNew()
Generates an object of the Get class.
GetObject()
Returns a reference to an existing COM/ActiveX component.
GetParentForm()
Get parent form of an Xbase Part.
GetPointerPos()
Determines the position of the mouse pointer.
GetPostValidate()
Performs data validation after data input to a Get object.
GetPreValidate()
Tests whether a Get object is permitted to gain input focus.
GetReader()
Implements the standard READ behavior of a single Get object for the key
GetToMousePos()
Moves the screen cursor to the location in the active Get object editing
GetUniqueFileName()
Creates a unique name for a file.
GetWindowRestorePlacement()
Gets the position and dimension a window restores to.
GraArc()
Draws a circle, arc, or ellipse.
GraBackground()
Draw the background of an Xbase Part.
GraBitBlt()
Copies section of a raster image into a presentation space
GraBox()
Draws rectangle.
GraCaptionStr()
Draws a caption.
GraEdge()
Draws parts of a rectangle.
GraError()
Determines the error code of the last graphic function called.
GraFocusRect()
Draws a rectangle using imagery that denotes input focus.
GraGetRGBIntensity()
Calculates color intensities for red, green and blue from a RGB color value.
GraGradient()
Draws a shape filled with a gradient.
GraIsRGBColor()
Checks if a numeric value is a valid RGB color value.
GraLine()
Draws a straight line or a portion of a polygon.
GraMakeRGBColor()
Calculates a RGB color value from color intensities of red, green and blue.
GraMarker()
Displays a marker (point).
GraPathBegin()
Begins definition of a graphic path.
GraPathClip()
Defines graphic path as a clipping path.
GraPathEnd()
Ends the definition of a graphic path.
GraPathFill()
Fills a defined graphic path with a pattern.
GraPathOutline()
Outlines a defined graphic path.
GraPos()
Determines pen position or moves pen.
GraQueryTextBox()
Determines coordinates for the boundaries of a character string.
GraRotate()
Calculates a rotational transformation for a matrix.
GraScale()
Calculates scaling transformation for a matrix.
GraSegClose()
Ends the definition of a graphic segment.
GraSegDestroy()
Deletes a specific graphic segment.
GraSegDraw()
Draws one or more graphic segments.
GraSegDrawMode()
Sets or retrieves drawing mode for graphic segments.
GraSegFind()
Identifies graphic segment based on a given point in the coordinate
GraSegLoad()
Load a graphic segment from disk
GraSegOpen()
Begins the definition of a graphic segment.
GraSegPickResolution()
Determines size of the sensitive region around the mouse pointer used to search for segments.
GraSegPriority()
Changes priority of a graphic segment in relation to a second segment.
GraSegSave()
Save a graphic segment to disk
GraSetAttrArea()
Determines attributes for areas which are drawn by GraArc() or GraBox()
GraSetAttrLine()
Determines attributes for lines which are drawn with GraLine().
GraSetAttrMarker()
Determines attributes for markers which are drawn by GraMarker().
GraSetAttrString()
Determines attributes for characters drawn by GraStringAt().
GraSetColor()
Determines default colors for all graphic functions.
GraSetFont()
Determines font for the display of characters drawn by GraStringAt().
GraSpline()
Draws spline (curve).
GraStringAt()
Displays character string using a graphic function.
GraTranslate()
Calculates translation (shift) transformation for a matrix.