Share via


HRMApplicationWordBookmark.fillListViews Method

Fills the list view controls in the application bookmarks form.

Syntax

public void fillListViews(
    FormListControl _allFieldsControl, 
    FormListControl _selectedFieldsControl, 
    container _selectedFields)

Run On

Called

Parameters

  • _allFieldsControl
    Type: FormListControl Class
    A FormListControl object that holds all of the available fields.
  • _selectedFieldsControl
    Type: FormListControl Class
    A FormListControl object that holds all of the selected fields.
  • _selectedFields
    Type: container
    A Container object that holds all of the selected bookmarks.

See Also

Reference

HRMApplicationWordBookmark Table