EntreeServer.Module.EntreeListObject
The main use of the EntreeListObject is as the output parameter of the QueryList method.  It is used to construct the interface elements to send back to the mobile device.
 
Properties
  • ErrorString
    Error text to display to the user.  This is helpful for displaying validation errors
  • HideHomeButton
    Allows you to hide the home button in your application
  • ListStyle
    Specifies the type of ListStyle to use (ListStyle constants can be found in the EntreeListStyles class)
  • ListTitle
    The display title to show at the top of the screen

Methods

 

For examples see Introduction to QueryList and Event Handling.