Share via


FormListControl Class

Syntax

class FormListControl extends FormControl

Run On

Client

Methods

  Method Description
Gg878403.pubmethod(en-us,AX.60).gif activateItem
Gg878403.pubmethod(en-us,AX.60).gif add
Gg878403.pubmethod(en-us,AX.60).gif addColumn
Gg878403.pubmethod(en-us,AX.60).gif addItem
Gg878403.pubmethod(en-us,AX.60).gif alignControl Determines whether the control is aligned with other controls. (Overrides the alignControl Method.)
Gg878403.pubmethod(en-us,AX.60).gif allItemsDeleted Identifies when all the items in a form list control are deleted.
Gg878403.pubmethod(en-us,AX.60).gif allowEdit Determines whether the user can modify the contents of the control. (Overrides the allowEdit Method.)
Gg878403.pubmethod(en-us,AX.60).gif allowSysSetup Retrieves a value that indicates whether the control is shown in the SysSetup form. (Overrides the allowSysSetup Method.)
Gg878403.pubmethod(en-us,AX.60).gif arrangeItem
Gg878403.pubmethod(en-us,AX.60).gif autoArrange
Gg878403.pubmethod(en-us,AX.60).gif autoDeclaration Determines whether the system can declare a member variable that has the same name as the control. (Overrides the autoDeclaration Method.)
Gg878403.pubmethod(en-us,AX.60).gif backgroundColor Gets or sets the background color of the control.
Gg878403.pubmethod(en-us,AX.60).gif backStyle Determines whether the control background can be transparent.
Gg878403.pubmethod(en-us,AX.60).gif beginDrag Identifies when the user starts to move a form list control or an item in a form list control. (Overrides the beginDrag Method.)
Gg878403.pubmethod(en-us,AX.60).gif beginEditLabel
Gg878403.pubmethod(en-us,AX.60).gif bold Gets or sets the font weight that is used fort text in the control.
Gg878403.pubmethod(en-us,AX.60).gif border Gets or sets the style of the borderline of the control.
Gg878403.pubmethod(en-us,AX.60).gif calcControlSize Calculates the font size that is used for a form list control, based on the number of characters and the number of lines. (Overrides the calcControlSize Method.)
Gg878403.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif canScroll
Gg878403.pubmethod(en-us,AX.60).gif characterSet Gets or sets the character set of the font.
Gg878403.pubmethod(en-us,AX.60).gif checkBox
Gg878403.pubmethod(en-us,AX.60).gif colorScheme Gets or sets the color scheme of the control.
Gg878403.pubmethod(en-us,AX.60).gif columnClicked Identifies when a user clicks a column in a list view control in a form.
Gg878403.pubmethod(en-us,AX.60).gif columnHeader Sets or gets a Boolean data type value that indicates whether a form list control has a column header.
Gg878403.pubmethod(en-us,AX.60).gif columnHeaderButton Sets or gets a Boolean data type value that indicates whether a form list control has a column header button.
Gg878403.pubmethod(en-us,AX.60).gif columnImages Sets or gets a Boolean data type value that indicates whether a form list control has column images.
Gg878403.pubmethod(en-us,AX.60).gif configurationKey Gets or sets the configuration key that is assigned to the control. (Overrides the configurationKey Method.)
Gg878403.pubmethod(en-us,AX.60).gif configurationKeyEx Retrieves a list that contains the IDs of configuration keys that are activated for a form list control. (Overrides the configurationKeyEx Method.)
Gg878403.pubmethod(en-us,AX.60).gif containerId Retrieves the ID of the parent container for the control. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif context Identifies when the user opens a shortcut menu in a form list control. (Overrides the context Method.)
Gg878403.pubmethod(en-us,AX.60).gif copy Identifies when a user performs a copy operation. (Overrides the copy Method.)
Gg878403.pubmethod(en-us,AX.60).gif copyItem Copies a specified item in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif countryRegionCodes Gets or sets the comma-separated list of country/region codes for the control. (Overrides the countryRegionCodes Method.)
Gg878403.pubmethod(en-us,AX.60).gif cut Identifies when the user performs a cut operation. (Overrides the cut Method.)
Gg878403.pubmethod(en-us,AX.60).gif dataRelationPath Gets or sets the period-delimited list of relations that links the field binding of the DataField object to a relative table. (Overrides the dataRelationPath Method.)
Gg878403.pubmethod(en-us,AX.60).gif dataSourceObject (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif delete Deletes a specified item from a form list control.
Gg878403.pubmethod(en-us,AX.60).gif deleteAll Deletes all the items from a form list control.
Gg878403.pubmethod(en-us,AX.60).gif deleteColumn Deletes a specified column in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif displayControl Displays the control. (Overrides the displayControl Method.)
Gg878403.pubmethod(en-us,AX.60).gif displayTarget Gets or sets the value that indicates whether the control is displayed in the Microsoft Dynamics AX client, in Enterprise Portal for Microsoft Dynamics AX, or in both. (Overrides the displayTarget Method.)
Gg878403.pubmethod(en-us,AX.60).gif doubleClick Identifies when a user double-clicks an item in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif dragDrop Determines whether to enable or disable drag-and-drop operations for the control. (Overrides the dragDrop Method.)
Gg878403.pubmethod(en-us,AX.60).gif dragLeave Identifies when a user drags an object out of the bounds of a form list control. (Overrides the dragLeave Method.)
Gg878403.pubmethod(en-us,AX.60).gif dragOver Identifies when a user drags an object over an item within the bounds of a form list control. (Overrides the dragOver Method.)
Gg878403.pubmethod(en-us,AX.60).gif dragOverEx Raises the dragOverEx event to indicate that a mouse drag operation is over the current control. (Overrides the dragOverEx Method.)
Gg878403.pubmethod(en-us,AX.60).gif dragText Retrieves the text that is displayed when a user drags an item in a form list control. (Overrides the dragText Method.)
Gg878403.pubmethod(en-us,AX.60).gif drop Identifies when a user drops a form list control or an item in a form list control into a new position. (Overrides the drop Method.)
Gg878403.pubmethod(en-us,AX.60).gif dropEx Raises the dropEx event to indicate that a drop operation is being performed on the current control. (Overrides the dropEx Method.)
Gg878403.pubmethod(en-us,AX.60).gif editLabels Indicates whether users can modify item names in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif enabled Determines whether to enable or disable the object. (Overrides the enabled Method.)
Gg878403.pubmethod(en-us,AX.60).gif endDrag Identifies when the user has finished moving a form list control. (Overrides the endDrag Method.)
Gg878403.pubmethod(en-us,AX.60).gif ensureVisible
Gg878403.pubmethod(en-us,AX.60).gif enter
Gg878403.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif fieldBinding Retrieves the table and field bindings of the control into a FieldBinding derived class. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif font Gets or sets the name of the font for the control to use.
Gg878403.pubmethod(en-us,AX.60).gif fontSize Gets or sets the size of the font for the control to use.
Gg878403.pubmethod(en-us,AX.60).gif foregroundColor Gets or sets the text color for the control.
Gg878403.pubmethod(en-us,AX.60).gif formRun (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif getColumn Retrieves a FormListColumn object for a specified column in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getColumnCount Retrieves the number of columns in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getColumnWidth Retrieves the width of a column in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getCount Retrieves the number of items that are contained in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getCountPerPage
Gg878403.pubmethod(en-us,AX.60).gif getImagelist
Gg878403.pubmethod(en-us,AX.60).gif getItem Retrieves a FormListItem object for an item in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getItemPos Retrieves the position of an item in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getNextItem Retrieves the number of the next item in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getSelectedCount Retrieves the number of items that are selected in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif getStateImagelist
Gg878403.pubmethod(en-us,AX.60).gif getStringWidth
Gg878403.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif getTopIndex
Gg878403.pubmethod(en-us,AX.60).gif gotFocus Indicates that the control has received focus. (Overrides the gotFocus Method.)
Gg878403.pubmethod(en-us,AX.60).gif gridLines
Gg878403.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif hasChanged Sets or returns a value that indicates whether the contents of the control have changed. (Overrides the hasChanged Method.)
Gg878403.pubmethod(en-us,AX.60).gif hasUserSetting Indicates whether the control has custom user settings. (Overrides the hasUserSetting Method.)
Gg878403.pubmethod(en-us,AX.60).gif headerdragdrop
Gg878403.pubmethod(en-us,AX.60).gif height Gets or sets the height of the control. (Overrides the height Method.)
Gg878403.pubmethod(en-us,AX.60).gif heightMode Gets or sets a calculation mode for the height of the control. (Overrides the heightMode Method.)
Gg878403.pubmethod(en-us,AX.60).gif heightValue Gets or sets the height of the control. (Overrides the heightValue Method.)
Gg878403.pubmethod(en-us,AX.60).gif helpField Retrieves the Help text for the control. (Overrides the helpField Method.)
Gg878403.pubmethod(en-us,AX.60).gif helpText Gets or sets the Help text to display at the bottom of the screen when a field or control is pointed to. (Overrides the helpText Method.)
Gg878403.pubmethod(en-us,AX.60).gif hierarchyParent Gets or sets the HierarchyParent property value of the control. (Overrides the hierarchyParent Method.)
Gg878403.pubmethod(en-us,AX.60).gif hitTest
Gg878403.pubmethod(en-us,AX.60).gif hitTestSubItem
Gg878403.pubmethod(en-us,AX.60).gif hotTrackItem Identifies when a user moves the mouse pointer over a form list control.
Gg878403.pubmethod(en-us,AX.60).gif hWnd Retrieves the Windows handle for the control. (Overrides the hWnd Method.)
Gg878403.pubmethod(en-us,AX.60).gif id Retrieves the ID of the control. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif inputSearch Identifies when the search begins for a specified text string. (Overrides the inputSearch Method.)
Gg878403.pubmethod(en-us,AX.60).gif isContainer
Gg878403.pubmethod(en-us,AX.60).gif isDisplayed Retrieves a value that indicates whether the control is displayed. (Overrides the isDisplayed Method.)
Gg878403.pubmethod(en-us,AX.60).gif isRestricted Retrieves a value that indicates whether the control is restricted. (Overrides the isRestricted Method.)
Gg878403.pubmethod(en-us,AX.60).gif isUserSetupEnabled Gets a value that indicates whether the control allows for the specified level of customization. (Overrides the isUserSetupEnabled Method.)
Gg878403.pubmethod(en-us,AX.60).gif isVisible Retrieves a value that indicates whether the control is visible. (Overrides the isVisible Method.)
Gg878403.pubmethod(en-us,AX.60).gif italic
Gg878403.pubmethod(en-us,AX.60).gif itemAlign
Gg878403.pubmethod(en-us,AX.60).gif itemChanged
Gg878403.pubmethod(en-us,AX.60).gif itemChanging
Gg878403.pubmethod(en-us,AX.60).gif itemCopy
Gg878403.pubmethod(en-us,AX.60).gif itemDeleted
Gg878403.pubmethod(en-us,AX.60).gif itemInserted
Gg878403.pubmethod(en-us,AX.60).gif itemMoved
Gg878403.pubmethod(en-us,AX.60).gif keyDown
Gg878403.pubmethod(en-us,AX.60).gif labelText Retrieves the label text for the control. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif leave Identifies when a user moves focus away from a form list control.
Gg878403.pubmethod(en-us,AX.60).gif left Sets or returns the horizontal position of a form list control in pixels, and specifies how the position is calculated. (Overrides the left Method.)
Gg878403.pubmethod(en-us,AX.60).gif leftMode Sets or returns a value that indicates how the horizontal position of a form list control is calculated. (Overrides the leftMode Method.)
Gg878403.pubmethod(en-us,AX.60).gif leftValue Sets or returns the horizontal position of a form list control in pixels. (Overrides the leftValue Method.)
Gg878403.pubmethod(en-us,AX.60).gif lock Locks the form control. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif lockWindowUpdate Locks or unlocks the window of the control for update. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif lostFocus Indicates that the control has lost focus. (Overrides the lostFocus Method.)
Gg878403.pubmethod(en-us,AX.60).gif markAsUserAdd Marks or unmarks the control as a user-added control. (Overrides the markAsUserAdd Method.)
Gg878403.pubmethod(en-us,AX.60).gif mouseDblClick Is called when the control is double-clicked by the user. (Overrides the mouseDblClick Method.)
Gg878403.pubmethod(en-us,AX.60).gif mouseDown Is called when the user clicks the mouse button over the control. (Overrides the mouseDown Method.)
Gg878403.pubmethod(en-us,AX.60).gif mouseEnter Is called when the user moves the mouse pointer into the control area. (Overrides the mouseEnter Method.)
Gg878403.pubmethod(en-us,AX.60).gif mouseLeave Indicates that the mouse pointer has left the control. (Overrides the mouseLeave Method.)
Gg878403.pubmethod(en-us,AX.60).gif mouseMove Is called when the user moves the mouse pointer over the control. (Overrides the mouseMove Method.)
Gg878403.pubmethod(en-us,AX.60).gif mouseUp Identifies when a user presses the left mouse button. (Overrides the mouseUp Method.)
Gg878403.pubmethod(en-us,AX.60).gif moveItem Moves a specified item in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif name Gets or sets the name that is used in code to identify a form, report, table, query, or other Microsoft Dynamics AX application object. (Overrides the name Method.)
Gg878403.pubmethod(en-us,AX.60).gif neededPermission (Overrides the neededPermission Method.)
Gg878403.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif oneClickActivate
Gg878403.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif packUserSetting Packs the user settings for the control. (Overrides the packUserSetting Method.)
Gg878403.pubmethod(en-us,AX.60).gif parentControl Retrieves the parent control for the control. (Overrides the parentControl Method.)
Gg878403.pubmethod(en-us,AX.60).gif paste Pastes the contents of the clipboard into the control. (Overrides the paste Method.)
Gg878403.pubmethod(en-us,AX.60).gif prefColumnSize Specifies the preferred column width and height for the form control. (Overrides the prefColumnSize Method.)
Gg878403.pubmethod(en-us,AX.60).gif redrawItems Updates a range of items in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif registerOverrideMethod
Gg878403.pubmethod(en-us,AX.60).gif resetUserSetting Resets the user settings for the control. (Overrides the resetUserSetting Method.)
Gg878403.pubmethod(en-us,AX.60).gif rowSelect Sets or gets a Boolean data type value that indicates whether a row in a form list control is selected when the row is clicked.
Gg878403.pubmethod(en-us,AX.60).gif scroll
Gg878403.pubmethod(en-us,AX.60).gif securityKey Sets or returns the ID of the security key for the control. (Overrides the securityKey Method.)
Gg878403.pubmethod(en-us,AX.60).gif selectionChanged
Gg878403.pubmethod(en-us,AX.60).gif selectionChanging
Gg878403.pubmethod(en-us,AX.60).gif setColumn
Gg878403.pubmethod(en-us,AX.60).gif setColumnWidth Specifies the width of a column in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif setCount
Gg878403.pubmethod(en-us,AX.60).gif setFocus Sets the focus on the control. (Overrides the setFocus Method.)
Gg878403.pubmethod(en-us,AX.60).gif setImagelist
Gg878403.pubmethod(en-us,AX.60).gif setItem Indicates whether an item is contained in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif setItemPos Sets the position of an item in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif setStateImagelist
Gg878403.pubmethod(en-us,AX.60).gif setText
Gg878403.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif showContextMenu Identifies when a shortcut menu appears. (Overrides the showContextMenu Method.)
Gg878403.pubmethod(en-us,AX.60).gif showSelAlways
Gg878403.pubmethod(en-us,AX.60).gif singleSelection Indicates whether multiple items can be selected in a form list control.
Gg878403.pubmethod(en-us,AX.60).gif skip Sets or returns a value that indicates whether the control is skipped when the user presses the TAB key to move to the control. (Overrides the skip Method.)
Gg878403.pubmethod(en-us,AX.60).gif sort
Gg878403.pubmethod(en-us,AX.60).gif sortTextItems
Gg878403.pubmethod(en-us,AX.60).gif toolTip Retrieves the tooltip text for the control. (Overrides the toolTip Method.)
Gg878403.pubmethod(en-us,AX.60).gif top Sets or returns the vertical position of a form list control in pixels, and specifies how the position is calculated. (Overrides the top Method.)
Gg878403.pubmethod(en-us,AX.60).gif topMode Sets or returns a value that indicates how the vertical position for a form list control is calculated. (Overrides the topMode Method.)
Gg878403.pubmethod(en-us,AX.60).gif topValue Sets or returns the vertical position of a form list control in pixels. (Overrides the topValue Method.)
Gg878403.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif trackSelect
Gg878403.pubmethod(en-us,AX.60).gif twoClickActivate
Gg878403.pubmethod(en-us,AX.60).gif type (Overrides the type Method.)
Gg878403.pubmethod(en-us,AX.60).gif underline Sets or returns the value of the underline property for the text in the control.
Gg878403.pubmethod(en-us,AX.60).gif unLock Unlocks a form control. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif unpackUserSetting Unpacks the user settings for the control. (Overrides the unpackUserSetting Method.)
Gg878403.pubmethod(en-us,AX.60).gif update Updates the control. (Overrides the update Method.)
Gg878403.pubmethod(en-us,AX.60).gif updateWindow Updates the window for the control. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif userData Gets or sets the user data for the control. (Overrides the userData Method.)
Gg878403.pubmethod(en-us,AX.60).gif userDataItem Gets or sets the user data item for the control. (Overrides the userDataItem Method.)
Gg878403.pubmethod(en-us,AX.60).gif userDataItems Gets or sets the number of user data items for the control. (Overrides the userDataItems Method.)
Gg878403.pubmethod(en-us,AX.60).gif userDisable Gets or sets the value that indicates whether the control is disabled for the user. (Overrides the userDisable Method.)
Gg878403.pubmethod(en-us,AX.60).gif userHeight Gets or sets the custom user height for the control. (Overrides the userHeight Method.)
Gg878403.pubmethod(en-us,AX.60).gif userHide Gets or sets the value that indicates whether the control is hidden from the user. (Overrides the userHide Method.)
Gg878403.pubmethod(en-us,AX.60).gif userOrgContainer Gets or sets the organization container for the control. (Overrides the userOrgContainer Method.)
Gg878403.pubmethod(en-us,AX.60).gif userOrgSibling Gets or sets the organization sibling for the control. (Overrides the userOrgSibling Method.)
Gg878403.pubmethod(en-us,AX.60).gif userPromptText Gets or sets the user label text for the control. (Overrides the userPromptText Method.)
Gg878403.pubmethod(en-us,AX.60).gif userSecurityLevel Gets or sets the user security level for the control. (Overrides the userSecurityLevel Method.)
Gg878403.pubmethod(en-us,AX.60).gif userSkip Sets or returns the value that indicates whether the form control is skipped when the user presses the TAB key to navigate the controls in the form. (Overrides the userSkip Method.)
Gg878403.pubmethod(en-us,AX.60).gif userWidth Sets or returns the width of the control in pixels, as specified by the user. (Overrides the userWidth Method.)
Gg878403.pubmethod(en-us,AX.60).gif valueStr Retrieves the value of the control in string format. (Inherited from FormControl.)
Gg878403.pubmethod(en-us,AX.60).gif verticalSpacing Sets or gets the amount of space above and below a form list control in pixels, and specifies how the space is calculated. (Overrides the verticalSpacing Method.)
Gg878403.pubmethod(en-us,AX.60).gif verticalSpacingMode Sets or returns a value that indicates how the space above and below a form list control is calculated. (Overrides the verticalSpacingMode Method.)
Gg878403.pubmethod(en-us,AX.60).gif verticalSpacingValue Sets or returns the amount of space above and below a form list control in pixels. (Overrides the verticalSpacingValue Method.)
Gg878403.pubmethod(en-us,AX.60).gif viewType
Gg878403.pubmethod(en-us,AX.60).gif visible Sets or returns a value that indicates whether the control is visible. (Overrides the visible Method.)
Gg878403.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg878403.pubmethod(en-us,AX.60).gif width Gets or sets the width of the control. (Overrides the width Method.)
Gg878403.pubmethod(en-us,AX.60).gif widthMode Gets or sets the calculation mode of the width of the control. (Overrides the widthMode Method.)
Gg878403.pubmethod(en-us,AX.60).gif widthValue Gets or sets the width of the control. (Overrides the widthValue Method.)
Gg878403.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  FormControl Class
    FormListControl Class