Click or drag to resize

DataWindow Properties (Typed)

X#

The DataWindow type exposes the following members.

Properties
  NameDescription
Public propertyAccelerator
The accelerator table associated with this window.
(Inherited from Window.)
Public propertyAllowServerClose
A logical value specifying whether the server is automatically closed with the data window. By default, this is set to TRUE in the DataWindow:Init() method.
Public propertyAutomated
A logical value determining whether the window object is to be exposed as an OLE automation server. This is a convenient shortcut for the RegisterOLEAutomationObject() function. When the window is destroyed, the UnRegisterOLEAutomationObject() is automatically called.
(Inherited from Window.)
Public propertyAutoScroll
A data window scrolls automatically to any control which gains focus while tabbing, even if the control is not visible (for example, when the window is resized). By setting AutoScroll to FALSE, this automatic scrolling behavior is blocked.
Public propertyBackground
The background brush currently in use by this data window.
(Overrides Background.)
Public propertyBrowser
The DataBrowser object to use when this data window is displayed in browse view.
Public propertyBrowserClass
A symbol specifying the class used for the data window's browse mode. Valid values are: #DATABROWSER, #DATALISTVIEW, or any user-defined class. The default is #DATABROWSER.
Public propertyCanvasArea
The bounding box representing the current size of this window's canvas area.
(Inherited from Window.)
Public propertyCaption (Overrides Caption.)
Public propertyClipperKeys
A logical value indicating that the Clipper navigation keys (i.e., the Direction and Return keys) are to be used for this data window (TRUE if yes, FALSE if no).
Public propertyConcurrencyControl
A constant, identifying the mode of automatic concurrency control for this data window, determining when and how records are locked and released:
Public propertyContextMenu
The context menu attached to the window
(Overrides ContextMenu.)
Public propertyCurrentView
A symbol representing the view mode of the data window, as #BrowseView or #FormView.
Public propertyDeferUse
A logical value specifying whether the Use() operation for connecting the data window to the associated server should be deferred until the data window is first displayed.
Public propertyEventReturnValue (Inherited from Window.)
Public propertyFont
The font currently used by this window. This font is used by the TextObject:TextPrint() method.
(Inherited from Window.)
Public propertyForeground
The foreground brush currently in use by this data window.
(Overrides Foreground.)
Public propertyCode exampleHelpDisplay
The help display object currently used by this window. This help display object provides a connection between the help file to be displayed and this window.
(Inherited from Window.)
Public propertyHorizontalScrollBar (Inherited from AppWindow.)
Public propertyHyperLabel (Overrides HyperLabel.)
Public propertyIcon
The large icon object used for this window.
(Inherited from Window.)
Public propertyIconSm
The small icon object used for this window.
(Inherited from Window.)
Public propertyIsClosing (Inherited from Window.)
Public propertyMenu (Overrides Menu.)
Public propertyMinSize
The minimum size for the window
(Inherited from Window.)
Public propertyNameSym (Inherited from Window.)
Public propertyCode exampleOrigin
The point representing the new location of this data window, in the canvas coordinates of its owner.
(Overrides Origin.)
Public propertyOwner
The owner of the window, either a Window or App object.
(Inherited from Window.)
Public propertyOwnerAlignment
The Owner Alignment value for the window, which is used when the window is a subwindow on another window.
(Overrides OwnerAlignment.)
Public propertyPen (Overrides Pen.)
Public propertyPointer
The pointer used by the data window to represent the mouse when it enters the window.
(Overrides Pointer.)
Public propertyPreventAutoLayout
A logical value indicating that the AutoLayout behavior of the data window is blocked (TRUE if yes, FALSE if no). An empty data window does not create controls automatically when it first uses a new data server.
Public propertyQuitOnClose
A logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.
(Inherited from AppWindow.)
Public propertyResourceDialog (Inherited from Window.)
Public propertyServer
The DataServer object currently connected to this data window. If no server is connected, this value is NIL.
Public propertyCode exampleSize
The dimension representing the size of this data window in canvas coordinates.
(Overrides Size.)
Public propertyCode exampleStatus
A hyperlabel identifying the status of this data window after the last operation.
Public propertyTextColor
Uses a pen object and builds a pen in this window.
(Inherited from Window.)
Public propertyToolBar (Overrides ToolBar.)
Public propertyTopMost (Inherited from Window.)
Public propertyVerticalScrollBar (Inherited from AppWindow.)
Public propertyWindowArea
The bounding box representing the minimal area which encloses the entire window (canvas area and non-canvas area), in canvas coordinates.
(Inherited from Window.)
Top
See Also