init_initialize_the_browseeipmanagerclass_object_.htm
Navigation: ABC Library Reference > BrowseEIPManagerClass > BrowseEIPManagerClass Methods >====== Init (initialize the BrowseEIPManagerClass object) ====== | |
Init, DERIVED, PROC
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