FormDataObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The FormDataObject class represents the fields, affects how controls that refer to a field are displayed on form data sources, and modifies lookup and validation behavior.
public ref class FormDataObject : Dynamics::AX::Application::FormObject
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
public class FormDataObject : Dynamics.AX.Application.FormObject
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
type FormDataObject = class
inherit FormObject
Public Class FormDataObject
Inherits FormObject
- Inheritance
- Derived
- Attributes
Remarks
By changing the properties, you affect how controls that refer to the field are displayed. Furthermore, if you override the methods on this class, the behavior on lookup and validation can be modified. By using the properties on the FormDataObject class instead of properties on the individual controls, you make sure that the various representations of the same field are handled consistently. This also makes upgrades easier.
Constructors
FormDataObject() | |
FormDataObject(IntPtr) |
Fields
__k_FormDataObjectId | |
kernelClass | (Inherited from XppObjectBase) |
Methods
Events
OnJumpRef | |
OnModified | |
OnValidated | |
OnValidating |
Explicit Interface Implementations
IHasImplementationClass._impl() | (Inherited from FormObject) |