|
ActiveForm Read-Only |
Returns the currently active MDI child form or Nothing if no MDI child form is active. |
|
ActiveFormIndex Read-Only |
Returns the index of the currently active MDI child form or -1 if no MDI child form is active. |
|
ActiveModalForm Read-Only |
Returns the currently active Modal form or Nothing. |
|
ExitEditModeAfterSave System Use Only |
Indicates whether Edit Mode should be existed after a Record is Saved. |
|
GridLayoutSaveMode |
Determines when Grid Layouts should be saved. |
|
HasModal Read-Only |
Indicates whether any Modal Forms are currently displayed. |
|
IgnoreNotifyActions |
Indicates whether Forms should ignore Notification actions from other Forms. |
|
IsMdiDisabled Read-Only |
Determines whether the User Interface had been disabled via the MdiFormDisable method. |
|
LayoutLoad System Use Only |
' Indicates whether form layouts are loaded when the form is opened. ' |
|
LayoutSave System Use Only |
Indicates whether form layouts are saved when the form is closed. |
|
MdiClosing |
The main MDI Form sets this to True while it is Closing so other forms may behave differently when being closed this way. |
|
MdiDisabledForm Read-Only |
The Form which was active when MdiDisable was called. |
|
MdiForm |
The application's main MDI parent form. |
|
ShowDirtyIndicator System Use Only |
Indicates whether the form should show that the Record is Dirty. |