Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 Class TDialog        Inherits from Class TWindow
--------------------------------------------------------------------------------
 DATA
--------------------------------------------------------------------------------
 cResName             Resource Name of the Dialog
 hResources           Handle of the Resource where to find the Dialog
 lCentered            Logical value if centering the Dialog when painting
 lModal               Logical value if the Dialog Box is modal
 lModify              Logical value to allow using the Controls -not implemented-
 bStart               Action to be performed automatically just once at start

 METHODS
--------------------------------------------------------------------------------
 New                  Generic constructor method                             .
 Define               Alternative constructor                                .
 Activate             Starts interaction with the Dialog Box                 .
 Close()              Close dialog box                                       .
 Command              Handle commands sent to dialog box                     .
 cToChar              Translate handle to structure item                     .
 DefControl           Connect control to dialog box                          .
 Destroy              Destroy dialog box                                     .
 Display              Dialog box                                             .
 End                  End dialog box                                         .
 EraseBkGnd           Erase background of dialog box                         .
 FocusNext            Give focus to next control in dialog box               .
 GetItem              Get the handle of a certain control                    .
 GotFocus             Called when dialog receives focus                      .
 HandleEvent          Event handler for dialog boxes                         .
 Init()               Handle initialization of dialog box                    .
 LostFocus            Handles losing focus by dialog box                     .
 QueryEndSession      Check if application can be closed                     .
 VbxFireEvent         Handling of VBX events by dialog box                   .

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson