FormBuildRealControl Class

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

Syntax

class FormBuildRealControl extends FormBuildControl

Run On

Client

Methods

  Method Description
Gg852076.pubmethod(en-us,AX.60).gif addControl Adds a control to the control, based on the specified control type. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif addDataField Adds a control to the control, based on the specified data field information. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif alignControl Determines whether to align the control.
Gg852076.pubmethod(en-us,AX.60).gif alignment
Gg852076.pubmethod(en-us,AX.60).gif allowEdit Determines whether the user can change the contents of the control.
Gg852076.pubmethod(en-us,AX.60).gif allowNegative
Gg852076.pubmethod(en-us,AX.60).gif arrayIndex
Gg852076.pubmethod(en-us,AX.60).gif autoDeclaration Determines whether the system can declare a member variable that has the same name as the control.
Gg852076.pubmethod(en-us,AX.60).gif autoInsSeparator
Gg852076.pubmethod(en-us,AX.60).gif backgroundColor Gets or sets the background color of the control.
Gg852076.pubmethod(en-us,AX.60).gif backStyle Determines whether the control background can be transparent.
Gg852076.pubmethod(en-us,AX.60).gif bold Gets or sets the weight of font that is used to output text in the control.
Gg852076.pubmethod(en-us,AX.60).gif border Gets or sets the style of the borderline of the control.
Gg852076.pubmethod(en-us,AX.60).gif cacheDataMethod
Gg852076.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. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif characterSet Gets or sets the character set of the font.
Gg852076.pubmethod(en-us,AX.60).gif colorScheme Gets or sets the color scheme of the control.
Gg852076.pubmethod(en-us,AX.60).gif configurationKey Gets or sets the configuration key that is assigned to the control.
Gg852076.pubmethod(en-us,AX.60).gif containerId Retrieves the ID of the parent container for the control. (Overrides the containerId Method.)
Gg852076.pubmethod(en-us,AX.60).gif controlCount Retrieves the number of controls that are contained in the control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif controlNum Retrieves a contained control by using the specified index. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif countryRegionCodes
Gg852076.pubmethod(en-us,AX.60).gif countryRegionContextField
Gg852076.pubmethod(en-us,AX.60).gif dataField
Gg852076.pubmethod(en-us,AX.60).gif dataMethod
Gg852076.pubmethod(en-us,AX.60).gif dataRelationPath
Gg852076.pubmethod(en-us,AX.60).gif dataSource Gets or sets a data source that will be used by the control or the form.
Gg852076.pubmethod(en-us,AX.60).gif decimalSeparator
Gg852076.pubmethod(en-us,AX.60).gif direction
Gg852076.pubmethod(en-us,AX.60).gif displaceNegative
Gg852076.pubmethod(en-us,AX.60).gif displaceNegativeMode
Gg852076.pubmethod(en-us,AX.60).gif displaceNegativeValue
Gg852076.pubmethod(en-us,AX.60).gif displayHeight
Gg852076.pubmethod(en-us,AX.60).gif displayHeightMode
Gg852076.pubmethod(en-us,AX.60).gif displayHeightValue
Gg852076.pubmethod(en-us,AX.60).gif displayLength
Gg852076.pubmethod(en-us,AX.60).gif displayLengthMode
Gg852076.pubmethod(en-us,AX.60).gif displayLengthValue
Gg852076.pubmethod(en-us,AX.60).gif displayTarget
Gg852076.pubmethod(en-us,AX.60).gif dragDrop Determines whether to enable or disable drag-and-drop operations for the control.
Gg852076.pubmethod(en-us,AX.60).gif enabled Determines whether to enable or disable the object.
Gg852076.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif extendedDataType
Gg852076.pubmethod(en-us,AX.60).gif fastTabSummary
Gg852076.pubmethod(en-us,AX.60).gif font Gets or sets the name of the font for the control to use.
Gg852076.pubmethod(en-us,AX.60).gif fontSize Gets or sets the size of the font for the control to use.
Gg852076.pubmethod(en-us,AX.60).gif foregroundColor Gets or sets the text color for the control to use.
Gg852076.pubmethod(en-us,AX.60).gif formatMST
Gg852076.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif hasUserSetting Indicates whether the control has custom user settings. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif height Gets or sets the height of the control.
Gg852076.pubmethod(en-us,AX.60).gif heightMode Gets or sets a calculation mode for the height of the control.
Gg852076.pubmethod(en-us,AX.60).gif heightValue Gets or sets the height of the control.
Gg852076.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.
Gg852076.pubmethod(en-us,AX.60).gif hierarchyParent
Gg852076.pubmethod(en-us,AX.60).gif id Retrieves the ID of the control. (Overrides the id Method.)
Gg852076.pubmethod(en-us,AX.60).gif iMEMode
Gg852076.pubmethod(en-us,AX.60).gif isContainer Retrieves a value that indicates whether the control is a container control. (Overrides the isContainer Method.)
Gg852076.pubmethod(en-us,AX.60).gif italic
Gg852076.pubmethod(en-us,AX.60).gif label Gets or sets the label for a control.
Gg852076.pubmethod(en-us,AX.60).gif labelAlignment
Gg852076.pubmethod(en-us,AX.60).gif labelBold
Gg852076.pubmethod(en-us,AX.60).gif labelCharacterSet
Gg852076.pubmethod(en-us,AX.60).gif labelFont
Gg852076.pubmethod(en-us,AX.60).gif labelFontSize
Gg852076.pubmethod(en-us,AX.60).gif labelForegroundColor
Gg852076.pubmethod(en-us,AX.60).gif labelGuide
Gg852076.pubmethod(en-us,AX.60).gif labelHeight
Gg852076.pubmethod(en-us,AX.60).gif labelHeightMode
Gg852076.pubmethod(en-us,AX.60).gif labelHeightValue
Gg852076.pubmethod(en-us,AX.60).gif labelItalic
Gg852076.pubmethod(en-us,AX.60).gif labelPosition
Gg852076.pubmethod(en-us,AX.60).gif labelUnderline
Gg852076.pubmethod(en-us,AX.60).gif labelWidth
Gg852076.pubmethod(en-us,AX.60).gif labelWidthMode
Gg852076.pubmethod(en-us,AX.60).gif labelWidthValue
Gg852076.pubmethod(en-us,AX.60).gif left
Gg852076.pubmethod(en-us,AX.60).gif leftMode
Gg852076.pubmethod(en-us,AX.60).gif leftValue
Gg852076.pubmethod(en-us,AX.60).gif limitText
Gg852076.pubmethod(en-us,AX.60).gif limitTextMode
Gg852076.pubmethod(en-us,AX.60).gif limitTextValue
Gg852076.pubmethod(en-us,AX.60).gif lookupButton
Gg852076.pubmethod(en-us,AX.60).gif mandatory
Gg852076.pubmethod(en-us,AX.60).gif markAsUserAdd Marks or unmarks the control as a user-added control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif minNoOfDecimals
Gg852076.pubmethod(en-us,AX.60).gif minNoOfDecimalsMode
Gg852076.pubmethod(en-us,AX.60).gif minNoOfDecimalsValue
Gg852076.pubmethod(en-us,AX.60).gif moveControl Moves a specified control to the control. (Inherited from FormBuildControl.)
Gg852076.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.
Gg852076.pubmethod(en-us,AX.60).gif neededPermission
Gg852076.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif noOfDecimals
Gg852076.pubmethod(en-us,AX.60).gif noOfDecimalsMode
Gg852076.pubmethod(en-us,AX.60).gif noOfDecimalsValue
Gg852076.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.)
Gg852076.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.)
Gg852076.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif packUserSetting Packs the user settings for the control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif promptrect
Gg852076.pubmethod(en-us,AX.60).gif realValue
Gg852076.pubmethod(en-us,AX.60).gif registerOverrideMethod
Gg852076.pubmethod(en-us,AX.60).gif replaceOnLookup
Gg852076.pubmethod(en-us,AX.60).gif resetUserSetting Resets the user settings for the control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif rotateSign
Gg852076.pubmethod(en-us,AX.60).gif searchAfterInput
Gg852076.pubmethod(en-us,AX.60).gif searchMode
Gg852076.pubmethod(en-us,AX.60).gif securityKey
Gg852076.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif showLabel
Gg852076.pubmethod(en-us,AX.60).gif showZero
Gg852076.pubmethod(en-us,AX.60).gif signDisplay
Gg852076.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.
Gg852076.pubmethod(en-us,AX.60).gif style
Gg852076.pubmethod(en-us,AX.60).gif thousandSeparator
Gg852076.pubmethod(en-us,AX.60).gif top
Gg852076.pubmethod(en-us,AX.60).gif topMode
Gg852076.pubmethod(en-us,AX.60).gif topValue
Gg852076.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif type
Gg852076.pubmethod(en-us,AX.60).gif underline Sets or returns the underline property for the text in the control.
Gg852076.pubmethod(en-us,AX.60).gif unpackUserSetting Unpacks the user settings for the control. (Inherited from FormBuildControl.)
Gg852076.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.)
Gg852076.pubmethod(en-us,AX.60).gif userData
Gg852076.pubmethod(en-us,AX.60).gif userDataItem
Gg852076.pubmethod(en-us,AX.60).gif userDataItems
Gg852076.pubmethod(en-us,AX.60).gif userDisable Gets or sets the value that indicates whether the control is disabled for the user. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif userHeight Gets or sets the custom user height for the control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif userHide Gets or sets the value that indicates whether the control is hidden from the user. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif userOrgContainer Gets or sets the organization container for the control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif userOrgSibling Gets or sets the organization sibling for the control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif userPromptText Gets or sets the user label text for the control. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif userSecurityLevel Gets or sets the user security level for the control. (Inherited from FormBuildControl.)
Gg852076.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. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif userWidth Sets or returns the width of the control in pixels. (Inherited from FormBuildControl.)
Gg852076.pubmethod(en-us,AX.60).gif verticalSpacing
Gg852076.pubmethod(en-us,AX.60).gif verticalSpacingMode
Gg852076.pubmethod(en-us,AX.60).gif verticalSpacingValue
Gg852076.pubmethod(en-us,AX.60).gif viewEditMode
Gg852076.pubmethod(en-us,AX.60).gif visible
Gg852076.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg852076.pubmethod(en-us,AX.60).gif width Gets or sets the width of the control.
Gg852076.pubmethod(en-us,AX.60).gif widthMode Gets or sets the calculation mode of the width of the control.
Gg852076.pubmethod(en-us,AX.60).gif widthValue Gets or sets the width of the control.
Gg852076.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
    FormBuildRealControl Class