Language Reference Guide : 4. System Classes : MenuBar Class : FieldByFullName Method
 
Share this page                  
FieldByFullName Method
The FieldByFullName method finds a menu object that matches a name specified as a member of a named menu bar.
This method has the following syntax:
MenuObject = StartMenu.FieldByFullName(fullname = varchar(256))
This method checks through the list of menu objects contained within the named menu bar to find a field with a name that matches the name you specify.
This method has the following parameter:
fullname
Specifies the full name of the field, using dot notation like that used in the FieldObject.FullName attribute (for example, AddressInfo.Street or employees[*].emp_no)
If no menu object has a matching name, the method returns null.