IWSForm interface (WinStudio scripts)
This topic lists the methods and properties of the IWSForm interface. Each instance of a form is a separate object. To access the IWSForm interface, use the following methods and properties:
- ThisForm property (references the currently active form)
- Application.ActiveForm property
- Application.FindForm() method
Methods
Properties
- BackgroundColor
- Caption
- CharHeight
- CharWidth
- Components
- CurrentIDOCollection
- ForegroundColor
- FormDataModified
- FormModified
- Height
- IsLinkedChild
- IsModalFindChild
- LastModalChildEndedOk
- LastModalChildFindResult
- LastModalChildName
- Left
- LinkedChildForms
- ModalChildForm
- Name
- NonStdBoundDataModified
- ParentForm
- ParentFormName
- PrimaryIDOCollection
- Top
- Width
Related topics