Navigation:  ABC Library Reference > EditClass > EditClass Properties >====== FieldNo (the edited column number of the LIST) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
FieldNo UNSIGNED

blk2blue.jpg

The FieldNo property contains the edited column number contained in the target LIST control.

The Init method sets the value of the FieldNo property.

Example:

EditClass.Init PROCEDURE(UNSIGNED FieldNo,UNSIGNED ListBox,*? UseVar)

 CODE

 SELF.ListBoxFeq = ListBox

SELF.FieldNo    = FieldNo

 SELF.CreateControl()

 ASSERT(SELF.Feq)

 SELF.UseVar &= UseVar

 SELF.Feq{PROP:Text} = SELF.ListBoxFeq{PROPLIST:Picture,SELF.FieldNo}

 SELF.Feq{PROP:Use} = UseVar

 SELF.SetAlerts