GetApplicationShow  Global

The GetApplicationShow function retrieves the visibility mode of the main window that should be set at start.

This value can be sent by the Disk.Execute function.

Syntax

Integer Global.GetApplicationShow()

Parameters

The GetApplicationShow function has no parameters.

Return value

The GetApplicationShow function returns true if the application window should be visible at start or false if hidden.

Example

// Dialog Properties: set 'NO' for 'Visible'

// m_dlg.OnLoad
/////////////////

m_dlg.Show(GetApplicationShow())
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia