User Tools

Site Tools


init_initialize_the_browseeipmanagerclass_object_.htm
Navigation:  ABC Library Reference > BrowseEIPManagerClass > BrowseEIPManagerClass Methods >====== Init (initialize the BrowseEIPManagerClass object) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Init, DERIVED, PROC

blk2blue.jpg

The Init method initializes the BrowseEIPManagerClass object.

Implementation:

The Init method primes variables and calls the InitControls method which then initializes the appropriate edit-in-place controls. It is indirectly called by the BrowseClass.AskRecord method via a call to an inherited Run method.

Return Data Type:     BYTE

Example:

WindowManager.Run PROCEDURE

 CODE

 IF ~SELF.Init()

   SELF.Ask

 END

 SELF.Kill

 RETURN CHOOSE(SELF.Response=0,RequestCancelled,SELF.Response)

See Also:     BrowseClass.ResetFromAsk

init_initialize_the_browseeipmanagerclass_object_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1