Xbasic

A5_MDI_WINDOWclass_ADD Function

Syntax

RetVal as C = a5_MDI_WindowClass_Add(C class_name ,C Class_long_name ,C icon )

Arguments

RetVal

Not used.

class_name

The name of MDI class to create.

Class_long_name

The title of the dialog to display.

icon

The name of an icon.

Description

The A5_MDI_WINDOWclass_ADD() is used to register a MDI window that is created using Xdialog so that the window is listed in the Window Bar and in the Windows menu.

Example

DIM dlg_title as C = "Miscellaneous Examples"
a5_mdi_windowclass_add("AlphaSportsMiscExamples", dlg_title, "a5_ball_blue")

Limitations

Desktop applications only.

See Also