OBJNUM( ) Function

Included for backward compatibility. Use the TabIndex Property for controls instead.

This function is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Returns the object number of an @ ... GET control.

OBJNUM(var [, expN])

Parameters

var
 var is the name of the memory variable, array element or field specified when you create the control.

expN
 Nested READs are created by issuing @ ... GETS and a READ in a routine called during a READ. READs can be nested to five levels. To return a control number for a control at a read level other than the current read level, include the optional read level number expN. If expN is omitted, OBJNUM() returns the @ ...GET control number for the current read level.

Expand imageReturn Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic