FormInt64Control Constructors
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.
Overloads
FormInt64Control() | |
FormInt64Control(IntPtr) | |
FormInt64Control(FormBuildControl, xFormRun) |
FormInt64Control()
public:
FormInt64Control();
public FormInt64Control ();
Public Sub New ()
Applies to
FormInt64Control(IntPtr)
public:
FormInt64Control(IntPtr ptr1);
public FormInt64Control (IntPtr ptr1);
new Dynamics.AX.Application.FormInt64Control : nativeint -> Dynamics.AX.Application.FormInt64Control
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
FormInt64Control(FormBuildControl, xFormRun)
public:
FormInt64Control(Dynamics::AX::Application::FormBuildControl ^ control1, Dynamics::AX::Application::xFormRun ^ run1);
public FormInt64Control (Dynamics.AX.Application.FormBuildControl control1, Dynamics.AX.Application.xFormRun run1);
new Dynamics.AX.Application.FormInt64Control : Dynamics.AX.Application.FormBuildControl * Dynamics.AX.Application.xFormRun -> Dynamics.AX.Application.FormInt64Control
Public Sub New (control1 As FormBuildControl, run1 As xFormRun)
Parameters
- control1
- FormBuildControl
- run1
- xFormRun