OBJNUM( ) Function
| Visual FoxPro 9.0 SP2 |
| OBJNUM( ) Function |
| See Also |
|
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
varvar 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.
Return Value
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic

Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08