Class: application

PlugIn Class:_diac_pdm
PlugIn ID:2000
PlugIn Group:DIAC

Class:application
Source file:C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\TSGEN.VCX
Current Group:DIAC
File Group:4096

Units:Pixels
Comment:Standard Application Class
h File:..\include\tastrade.h
Parent Class:custom
Base Class:custom
OLE Public:Class application is not OLE public
Comment:Standard Application Class
Include:..\include\tastrade.h
Scale:Pixels

Properties Methods 
Properties
A P H I Name Initial value Comment
Property ainstances[1,4] is array Property ainstances[1,4] is not protected Property ainstances[1,4] is not hidden Property ainstances[1,4] is not inherited ainstances[1,4]   Contains form names, object references, the number of current running instances, and the next available instance number.
Property atoolbars[1,1] is array Property atoolbars[1,1] is protected Property atoolbars[1,1] is not hidden Property atoolbars[1,1] is not inherited atoolbars[1,1]   Array of VFP toolbar names, and if they were open when the application started.
Property cdatabase is not array Property cdatabase is protected Property cdatabase is not hidden Property cdatabase is not inherited cdatabase   The name of the database to use for this application.
Property cmainmenu is not array Property cmainmenu is protected Property cmainmenu is not hidden Property cmainmenu is not inherited cmainmenu MAIN.MPR Name of main menu to run (.MPR file).
Property cmainwindcaption is not array Property cmainwindcaption is not protected Property cmainwindcaption is not hidden Property cmainwindcaption is not inherited cmainwindcaption   The caption of the main window for this application.
Property coldwindcaption is not array Property coldwindcaption is protected Property coldwindcaption is not hidden Property coldwindcaption is not inherited coldwindcaption   The name of the main window caption before this application was started.
Property Height is not array Property Height is not protected Property Height is not hidden Property Height is inherited Height 34  
Property lhaderror is not array Property lhaderror is not protected Property lhaderror is not hidden Property lhaderror is not inherited lhaderror   An error occurred while error handling was disabled.
Property lisclean is not array Property lisclean is protected Property lisclean is not hidden Property lisclean is not inherited lisclean   Indicates if environment is "clean".
Property lquitting is not array Property lquitting is not protected Property lquitting is not hidden Property lquitting is not inherited lquitting   In the process of shutting down
Property lseterroroff is not array Property lseterroroff is not protected Property lseterroroff is not hidden Property lseterroroff is not inherited lseterroroff   Disable error handling
Property nforminstancecount is not array Property nforminstancecount is protected Property nforminstancecount is not hidden Property nforminstancecount is not inherited nforminstancecount 0 The number of form instances currently open.
Property otoolbar is not array Property otoolbar is not protected Property otoolbar is not hidden Property otoolbar is not inherited otoolbar .NULL. A reference to the navigation toolbar.
Property Width is not array Property Width is not protected Property Width is not hidden Property Width is inherited Width 92  

Methods
PHI NameComment
Method addinstance is not protected Method addinstance is not hidden Method addinstance is not inherited addinstance Adds an instance or increases the count of an existing instance in the aInstance[] array.
Method cleanup is not protected Method cleanup is not hidden Method cleanup is not inherited cleanup Closes all windows, restores the main window caption, restores the VFP menu, etc.
Method cleanup2 is not protected Method cleanup2 is not hidden Method cleanup2 is not inherited cleanup2 Additional cleanup code
Method Destroy is not protected Method Destroy is not hidden Method Destroy is inherited Destroy  
Method do is not protected Method do is not hidden Method do is not inherited do Puts up the main menu and runs the application.
Method doform is not protected Method doform is not hidden Method doform is not inherited doform Takes a form name as a parameter, runs the form, and puts up a toolbar if necessary.
Method doformretval is not protected Method doformretval is not hidden Method doformretval is not inherited doformretval Similar to DoForm, except that this method is designed to work with forms that return a value, and are not stored in an SCX.
Method domenu is not protected Method domenu is not hidden Method domenu is not inherited domenu Puts up the main menu.
Method Init is not protected Method Init is not hidden Method Init is inherited Init  
Method login is not protected Method login is not hidden Method login is not inherited login Puts up a login form, and returns the value returned by that form.
Method releasenavtoolbar is not protected Method releasenavtoolbar is not hidden Method releasenavtoolbar is not inherited releasenavtoolbar Removes the toolbar whose name is stored in the cToolBar property of the active form.
Method releasetoolbars is protected Method releasetoolbars is not hidden Method releasetoolbars is not inherited releasetoolbars Releases all VFP toolbars.
Method removeinstance is not protected Method removeinstance is not hidden Method removeinstance is not inherited removeinstance Removes an instance or decrements the number instances in the aInstance[] array.
Method shownavtoolbar is not protected Method shownavtoolbar is not hidden Method shownavtoolbar is not inherited shownavtoolbar Creates the navigation toolbar. Called from each form's Load() event method.
Method showtoolbars is protected Method showtoolbars is not hidden Method showtoolbars is not inherited showtoolbars Shows all VFP toolbars that were active when application was started.

Back MethodsBack Methods
Back TopBack Top