Class: cProcessStatusPanel

Module location: cProcessStatusPanel.pkg line 34 (view source)

Class Hierarchy:

DFBaseToolPanelFloatingPanelcStatusPanelcProcessStatusPanel

Class Definition

Properties

booleanAllow_Cancel_State
determines if panel can be canceled

Functions and Procedures

stringAction_Text()
stringButton_Text()
stringCaption_Text()
integerCheck_StatusPanel()
check for cancel (if cancel or pbCancel is set, close the panel)
Close_Panel()
Inherited from cStatusPanel
stop the status panel
Construct_Object()
Inherited from cStatusPanel
EnableCancelButton(boolean bEnable)
Code must be provided in the cancel button object to enable/disable cancel button
Initialize_StatusPanel(String sCaption String sTitle string sMessage)
initializes values for caption, title & message
stringMessage_Text()
Set(string sText)
Inherited from Standard_Container_Mixin
Any of the properties that change the text of a status panel must also send ProcessEvents which allows the panel to process painting messages. The ProcessEvents is essential when using status panels within a tight loop
Set(String sText)
Inherited from Standard_Container_Mixin
Set(String sText)
Inherited from Standard_Container_Mixin
Set(String sText)
Inherited from Standard_Container_Mixin
Set(String sText)
Inherited from Standard_Container_Mixin
Start_StatusPanel()
start the status panel
Stop_StatusPanel()
stop the status panel
stringTitle_Text()
Update_StatusPanel(String sAction)
update the status panel's action area

References (1):

ModuleContaining SymbolLine
Statpnl.pkgStatus_Panel79