User Tools

Site Tools


initcontrols_initialize_edit_in_place_controls_.htm
Navigation:  ABC Library Reference > EIPManagerClass > EIPManagerClass Methods >====== InitControls (initialize edit-in-place controls) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

InitControls, VIRTUAL

blk2blue.jpg

The InitControls method registers the default edit-in-place controls with the EIPManager by calling the AddControl method, and initializes each added control.

Implementation:

The Init method calls the InitControls method. The InitControls method checks for custom edit-in-place controls in the EditQueue before adding a default edit-in-place control.

Example:

EIPManager.Init PROCEDURE

 CODE

 IF SELF.Column = 0 THEN SELF.Column = 1.

 SELF.LastColumn = 0

 SELF.Repost = 0

 SELF.RepostField = 0

 ASSERT(~SELF.EQ &= NULL)

 SELF.EQ.Field = 1

 SELF.InitControls

 SELF.ResetColumn

 RETURN Level:Benign

See Also:     Init, EQ, AddControl

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