A collection of close window behavior objects.
close window behavior Properties
| Property | Type | Access | Description |
|---|---|---|---|
| behavior event | mouse up, mouse down, mouse enter, mouse exit, on focus, on blur, |
r/w | The event which triggers the behavior |
| class | type class | read | The class descriptor type. |
| enable behavior | boolean | r/w | If true, the behavior is enabled. |
| id | integer | read | The unique ID of the close window behavior. |
| index | integer | read | The index of the close window behavior within its containing object. |
| label | string | r/w | A property that can be set to any string. |
| name | string | read | The name of the close window behavior. |
| object reference | close window behavior | read | An object reference for the close window behavior. |
| parent | reference | read | The parent of the close window behavior (a form field or button). Can return: form field or button. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |