FormBuildControl Class

The FormBuildControl class lets you create, read, update, and delete X++ code and metadata.

Syntax

class FormBuildControl extends Object

Run On

Called

Methods

  Method Description
Gg847474.pubmethod(en-us,AX.60).gif addControl Adds a control to the control, based on the specified control type.
Gg847474.pubmethod(en-us,AX.60).gif addDataField Adds a control to the control, based on the specified data field information.
Gg847474.pubmethod(en-us,AX.60).gif canAddDataField Retrieves a value that indicates whether the specified data field can be added as a child control to the control.
Gg847474.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif containerId Retrieves the ID of the parent container for the control.
Gg847474.pubmethod(en-us,AX.60).gif controlCount Retrieves the number of controls that are contained in the control.
Gg847474.pubmethod(en-us,AX.60).gif controlNum Retrieves a contained control by using the specified index.
Gg847474.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif hasUserSetting Indicates whether the control has custom user settings.
Gg847474.pubmethod(en-us,AX.60).gif id Retrieves the ID of the control.
Gg847474.pubmethod(en-us,AX.60).gif isContainer Retrieves a value that indicates whether the control is a container control.
Gg847474.pubmethod(en-us,AX.60).gif markAsUserAdd Marks or unmarks the control as a user-added control.
Gg847474.pubmethod(en-us,AX.60).gif moveControl Moves a specified control to the control.
Gg847474.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg847474.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.)
Gg847474.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.)
Gg847474.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif packUserSetting Packs the user settings for the control.
Gg847474.pubmethod(en-us,AX.60).gif resetUserSetting Resets the user settings for the control.
Gg847474.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif unpackUserSetting Unpacks the user settings for the control.
Gg847474.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.)
Gg847474.pubmethod(en-us,AX.60).gif userDisable Gets or sets the value that indicates whether the control is disabled for the user.
Gg847474.pubmethod(en-us,AX.60).gif userHeight Gets or sets the custom user height for the control.
Gg847474.pubmethod(en-us,AX.60).gif userHide Gets or sets the value that indicates whether the control is hidden from the user.
Gg847474.pubmethod(en-us,AX.60).gif userOrgContainer Gets or sets the organization container for the control.
Gg847474.pubmethod(en-us,AX.60).gif userOrgSibling Gets or sets the organization sibling for the control.
Gg847474.pubmethod(en-us,AX.60).gif userPromptText Gets or sets the user label text for the control.
Gg847474.pubmethod(en-us,AX.60).gif userSecurityLevel Gets or sets the user security level for the control.
Gg847474.pubmethod(en-us,AX.60).gif userSkip Sets or returns the value that indicates whether the form control is skipped when the user press the TAB key to navigate the controls on the form.
Gg847474.pubmethod(en-us,AX.60).gif userWidth Sets or returns the width of the control in pixels.
Gg847474.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg847474.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

Make sure that the user has access to the development security key (SysDevelopment) before this API is called.

Inheritance Hierarchy

Object Class
  FormBuildControl Class
    FormBuildActionPaneControl Class
    FormBuildActionPaneTabControl Class
    FormBuildActiveXControl Class
    FormBuildAnimateControl Class
    FormBuildButtonControl Class
    FormBuildButtonGroupControl Class
    FormBuildButtonSeparatorControl Class
    FormBuildCheckBoxControl Class
    FormBuildComboBoxControl Class
    FormBuildCommandButtonControl Class
    FormBuildDateControl Class
    FormBuildDateTimeControl Class
    FormBuildDropDialogButtonControl Class
    FormBuildFastTabHeaderControl Class
    FormBuildFastTabSummarySeparator Class
    FormBuildFilterPaneControl Class
    FormBuildFunctionButtonControl Class
    FormBuildGridControl Class
    FormBuildGroupControl Class
    FormBuildGuidControl Class
    FormBuildHTMLControl Class
    FormBuildInt64Control Class
    FormBuildIntControl Class
    FormBuildListBoxControl Class
    FormBuildListControl Class
    FormBuildManagedHostControl Class
    FormBuildMenuButtonControl Class
    FormBuildProgressControl Class
    FormBuildRadioControl Class
    FormBuildRealControl Class
    FormBuildReferenceGroupControl Class
    FormBuildRichTextControl Class
    FormBuildSegmentedEntryControl Class
    FormBuildStaticTextControl Class
    FormBuildStringControl Class
    FormBuildTabControl Class
    FormBuildTableControl Class
    FormBuildTabPageControl Class
    FormBuildTimeControl Class
    FormBuildTreeControl Class
    FormBuildWindowControl Class