DataWindow Properties |
The DataWindow type exposes the following members.
Name | Description | |
---|---|---|
Accelerator |
The accelerator table associated with this window.
(Inherited from Window.) | |
AllowServerClose |
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.
| |
Automated |
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.) | |
AutoScroll |
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.
| |
Background |
The background brush currently in use by this data window.
(Overrides Background.) | |
Browser |
The DataBrowser object to use when this data window is displayed in browse view.
| |
BrowserClass |
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.
| |
CanvasArea |
The bounding box representing the current size of this window's canvas area.
(Inherited from Window.) | |
Caption | (Overrides Caption.) | |
ClipperKeys |
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).
| |
ConcurrencyControl |
A constant, identifying the mode of automatic concurrency control for this data window, determining when and how records are locked and released:
| |
ContextMenu |
The context menu attached to the window
(Overrides ContextMenu.) | |
CurrentView |
A symbol representing the view mode of the data window, as #BrowseView or #FormView.
| |
DeferUse |
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.
| |
DragDropClient |
The DragDropClient object created when Window:EnableDragDropClient(TRUE) is called.
(Inherited from Window.) | |
DragDropServer |
The DragDropServer object created when Window:EnableDragDropServer(TRUE) is called.
(Inherited from Window.) | |
DragImageList |
The ImageList object used for a drag-and-drop operation.
(Inherited from Window.) | |
Font |
The font currently used by this window. This font is used by the TextObject:TextPrint() method.
(Inherited from Window.) | |
Foreground |
The foreground brush currently in use by this data window.
(Overrides Foreground.) | |
HelpDisplay |
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.) | |
HyperLabel |
The hyperlabel connected to this window.
(Inherited from Window.) | |
Icon |
The large icon object used for this window.
(Inherited from Window.) | |
IconSm |
The small icon object used for this window.
(Inherited from Window.) | |
Menu | (Overrides Menu.) | |
MinSize | The minimum size for the window (Inherited from Window.) | |
Origin |
The point representing the new location of this data window, in the canvas coordinates of its owner.
(Overrides Origin.) | |
Owner |
The owner of the window, either a Window or App object.
(Inherited from Window.) | |
OwnerAlignment | The Owner Alignment value for the window, which is used when the window is a subwindow on another window. (Overrides OwnerAlignment.) | |
Pen | (Overrides Pen.) | |
Pointer |
The pointer used by the data window to represent the mouse when it enters the window.
(Overrides Pointer.) | |
PreventAutoLayout |
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.
| |
QuitOnClose |
A logical value. If set to TRUE, quits the application when this (main) window is closed. The default value is FALSE.
(Inherited from AppWindow.) | |
Server |
The DataServer object currently connected to this data window. If no server is connected, this value is NIL.
| |
Size |
The dimension representing the size of this data window in canvas coordinates.
(Overrides Size.) | |
Status |
A hyperlabel identifying the status of this data window after the last operation.
| |
TextColor |
Uses a pen object and builds a pen in this window.
(Inherited from Window.) | |
ToolBar | (Overrides ToolBar.) | |
WindowArea |
The bounding box representing the minimal area which encloses the entire window (canvas area and non-canvas area), in canvas coordinates.
(Inherited from Window.) |