OLEDataWindow Properties (Typed) |
The OLEDataWindow 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.
(Inherited from DataWindow.) | |
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.
(Inherited from DataWindow.) | |
Background |
The background brush currently in use by this data window.
(Inherited from DataWindow.) | |
Browser |
The DataBrowser object to use when this data window is displayed in browse view.
(Inherited from DataWindow.) | |
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.
(Inherited from DataWindow.) | |
CanvasArea |
The bounding box representing the current size of this window's canvas area.
(Inherited from Window.) | |
Caption | (Inherited from DataWindow.) | |
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).
(Inherited from DataWindow.) | |
ConcurrencyControl |
A constant, identifying the mode of automatic concurrency control for this data window, determining when and how records are locked and released:
(Inherited from DataWindow.) | |
ContextMenu |
The context menu attached to the window
(Inherited from DataWindow.) | |
CurrentView |
A symbol representing the view mode of the data window, as #BrowseView or #FormView.
(Inherited from DataWindow.) | |
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.
(Inherited from DataWindow.) | |
EventReturnValue | (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.
(Inherited from DataWindow.) | |
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.) | |
HorizontalScrollBar | (Inherited from AppWindow.) | |
HyperLabel | (Inherited from DataWindow.) | |
Icon |
The large icon object used for this window.
(Inherited from Window.) | |
IconSm |
The small icon object used for this window.
(Inherited from Window.) | |
IsClosing | (Inherited from Window.) | |
Menu | (Inherited from DataWindow.) | |
MinSize | The minimum size for the window (Inherited from Window.) | |
NameSym | (Inherited from Window.) | |
Origin |
The point representing the new location of this data window, in the canvas coordinates of its owner.
(Inherited from DataWindow.) | |
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. (Inherited from DataWindow.) | |
Pen | (Inherited from DataWindow.) | |
Pointer |
The pointer used by the data window to represent the mouse when it enters the window.
(Inherited from DataWindow.) | |
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.
(Inherited from DataWindow.) | |
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.) | |
ResourceDialog | (Inherited from Window.) | |
Server |
The DataServer object currently connected to this data window. If no server is connected, this value is NIL.
(Inherited from DataWindow.) | |
Size |
The dimension representing the size of this data window in canvas coordinates.
(Inherited from DataWindow.) | |
Status |
A hyperlabel identifying the status of this data window after the last operation.
(Inherited from DataWindow.) | |
TextColor |
Uses a pen object and builds a pen in this window.
(Inherited from Window.) | |
ToolBar | (Inherited from DataWindow.) | |
TopMost | (Inherited from Window.) | |
VerticalScrollBar | (Inherited from AppWindow.) | |
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.) |