User Tools

Site Tools


fieldno_the_edited_column_number_of_the_list_.htm
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

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