IDwoDataWindow Interface
.NET Standard 2.x
Represents an object which can be used for the direct manipulation of properties for the DataWindow object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Implements
PowerScript.Bridge.IDwoReadOnlyDataWindow
PowerScript.Bridge.IDwNode<PowerScript.Bridge.IDwoDataWindow>
Syntax
public interface IDwoDataWindow : IDwoReadOnlyDataWindow, IDwNode<IDwoDataWindow>, IWindowMeta
Property
| Name | Return Type | Description |
|---|---|---|
| Objects | IReadOnlyList<IDwoReadOnly> | Gets the controls in the DataWindow. (Inherited from IDwoReadOnlyDataWindow) |
| Syntax | string | Gets the syntax of the DataWindow. (Inherited from IDwoReadOnlyDataWindow) |
| Table | IDwTable | Gets or sets an IDwTable object which contains the various settings for the database. |