| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EditClass > EditClass Properties >====== FieldNo (the edited column number of the LIST) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[feq the edit in place control number .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[listboxfeq control number of the edited list .htm|{{btn_next_n.gif|Next page}}]] | | || | | **FieldNo** | **UNSIGNED** | {{blk2blue.jpg|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**