User Tools

Site Tools


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

Init (listcontrol, pagesize, view , relationmanager, windowmanager)

blk2blue.jpg

Init Initializes the FormVCR object.
Listcontrol A numeric constant, variable, EQUATE, or expression containing the control number of the FormVCR GROUP control.
Pagesize A numeric constant, variable, EQUATE, or expression containing the number of records to page in the FormVCR object.
View The label of the FormVCR's underlying VIEW.
Relationmanager The label of the FormVCR primary file RelationManager object. See Relation Manager for more information.
Windowmanager The label of the FormVCR WindowManager object. See Window Manager for more information.

The Init method initializes the FormVCR object.

Implementation:

In addition to other things (like initialization of properties), the Init method calls the PARENT.Init method to initialize the FormVCR ViewManager object.

Example:

 OPEN(QuickWindow)                              ! Open window

 SELF.Opened=True

! Initialize the FormVCR manager

 FormVCR6.Init(?FormVCRControls,10,FormVCR6::View,Relate:people,SELF)

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