xInfo Class
Syntax
class xInfo extends Object
Run On
Called
Methods
| Method | Description | |
|---|---|---|
![]() |
activateButton | |
![]() |
activateMenubarTask | |
![]() |
activateWindow | Sets the focus on a form or Window. |
![]() |
add | Adds a string to the Infolog buffer. |
![]() |
breakpoint | Gets or sets information about breakpoints. |
![]() |
breakpointNotify | Implements a notification system when a breakpoint is changed. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
canShowCreateRuleMenuItem | Determines whether the menu item for the Create alert rule form should be displayed for a form. |
![]() |
canShutdown | Tests whether the system can be shut down. Do not use this method. Use the version that is overridden on the Info class instead. |
![]() |
canViewAlertInbox | Determines whether the current user has permission to view the View alerts form. |
![]() |
clear | Deletes lines from the Infolog buffer. |
![]() |
compilerOutput | Gets or sets the compiler output object. The compiler output object is the Compiler output window by default. |
![]() |
copy | Copies lines from the Infolog buffer. |
![]() |
createDevelopmentWorkspaceWindow | |
![]() |
createWorkspaceWindow | Opens a new workspace window. For example, this enables you to open different sets of application objects in different windows, or to work with two different sets of company accounts. |
![]() |
currentAOLayer | Retrieves the current layer you are running in such as SYS, or USR. |
![]() |
cut | Cuts lines from the Infolog buffer. |
![]() |
documentationLanguage | Gets or sets the language that is used for the Microsoft Dynamics AX documentation. |
![]() |
endImport | Completes an import process. |
![]() |
endLengthyOperation | Sets the mouse cursor back to normal after a call to startLengthyOperation. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
export | |
![]() |
finalize | |
![]() |
findNode | Retrieves the specified a tree node. |
![]() |
formNoteButton | Controls the Document handling button on the toolbar. |
![]() |
formNotify | Executes based on a particular type of change to a specific form, allowing custom code to run. |
![]() |
getDocNode | Retrieves the specified documentation nodes from the AOT. |
![]() |
getImportedNode | Creates an instance of a tree node from an XPO file but does not import it into the AOT. For example, this allows you to compare it with another version of the same tree node. |
![]() |
getNode | Retrieves a tree node that corresponds to a node in the AOT. |
![]() |
getNodeResid | Retrieves the resource ID for the icon that is used to display nodes of the specified type. |
![]() |
getTaskInfo | |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
getUserSetup | Retrieves a UserSetup object that is used to set user parameters. |
![]() |
getWorkspaceList | |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
hWnd | Retrieves a handle to the Microsoft Dynamics AXNavigation Pane window. |
![]() |
import | |
![]() |
importElement | Specifies the object to be imported. |
![]() |
importString | Imports an object from a file. |
![]() |
initializeInfolog | |
![]() |
insertXReferences | |
![]() |
instance | Retrieves a handle to the current instance of the application. |
![]() |
isoCurrencyCode | Gets or sets the currency code. |
![]() |
IsVisible | Determines whether the client window is not minimized. |
![]() |
language | Gets or sets the language for the GUI. |
![]() |
level | Retrieves the exception level of a line in the Infolog buffer. |
![]() |
line | Retrieves the number of lines in the Infolog buffer. |
![]() |
mayReloadMenu | Prevents the UI from refreshing. |
![]() |
messageWin | Enables you to send output from the Infolog to the Message window. |
![]() |
nationalCurrencyFactor | |
![]() |
nationalCurrencyPostfix | |
![]() |
nationalCurrencyPrefix | |
![]() |
navPane | Retrieves an xNavPane object, the primary navigation control class. |
![]() |
new | Initializes a new xInfo object. (Overrides the new Method.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
num | Retrieves the number of exceptions of the specified type in the Infolog buffer. |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
prevInstance | Retrieves a handle to the previous instance of the application. |
![]() |
processId | Retrieves the ID for the Microsoft Dynamics AX process. |
![]() |
projectRootNode | Returns the X++ Projects node. |
![]() |
redrawAllWindows | Redraws all windows. |
![]() |
reloadRunningMode | |
![]() |
reportSendMail | Generates the settings for sending a report by email. |
![]() |
reportSendMailServer | |
![]() |
rootNode | Retrieves the root of the application object tree. |
![]() |
setNumUnreadAlerts | Refreshes the status bar text when the number of unread Alert e-mails changes. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
setWindowOrder | Sets the order in which windows should be displayed. |
![]() |
shutDown | Shuts down the client. |
![]() |
startImport | Creates an import context. |
![]() |
startLengthyOperation | Sets the mouse cursor to idle. |
![]() |
startup | Executes when the client starts. |
![]() |
text | Retrieves a line of text from the Infolog. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
truncate | Removes the items with the specified prefix from the Infolog. |
![]() |
updateCurrentCompany | |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
userNode | |
![]() |
view | |
![]() |
viewAlertInbox | Launches the View alerts form. |
![]() |
viewCreateRuleDialog | Launches the Create alert rule form. |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
webSession | |
![]() |
workspaceWindowCreated | Executes when a new workspace is created. |
![]() |
workspaceWindowDestroyed | Executes when a workspace is closed. |
![]() |
writeCustomStatlineItem | Writes a line of text to the status bar. |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() |
xref | Executes when the cross-reference system is used. |
![]() |
yield | |
![]() |
::activeXControls | Retrieves a list of the ActiveX controls that are in Microsoft Dynamics AX. |
![]() |
::AOTLogDirectory | Gets the path to the log directory for the current installation. |
![]() |
::automationObjects | Retrieves the list of COM objects that are available in Microsoft Dynamics AX. |
![]() |
::buildNo | Retrieves the kernel build number of the current Microsoft Dynamics AX executable. |
![]() |
::compilationDate | Retrieves the date on which the current version of Microsoft Dynamics AX was last compiled. |
![]() |
::compilationTime | Retrieves the time at which the current version of Microsoft Dynamics AX was last compiled. |
![]() |
::componentName | Retrieves the path to the component. |
![]() |
::configuration | Retrieves the current client configuration. |
![]() |
::currentWorkspaceNum | Retrieves the application window ID of the current workspace. |
![]() |
::directory | Retrieves the path to the directory where the Microsoft Dynamics AX client has been installed. |
![]() |
::expireDate | Retrieves the date on which the license for the current installation expires. |
![]() |
::getApplicationObjectTreeWindow | |
![]() |
::getCurrentModelId | |
![]() |
::getNumberOfDecimals | Retrieves the number of decimal places in the specified number. |
![]() |
::getPropertiesWindow | |
![]() |
::getSystemGeneratedModelId | |
![]() |
::licenseName | Retrieves the name of the current Microsoft Dynamics AX license. |
![]() |
::productName | Retrieves the name of the product. |
![]() |
::productRegisteredName | |
![]() |
::releaseVersion | Retrieves the version number of the current Microsoft Dynamics AX executable; for example: 3.0, or 4.0. |
![]() |
::releaseYear | |
![]() |
::serialNo | Retrieves the serial number of the current Microsoft Dynamics AX license. |
![]() |
::setCurrentModelId |
Top
Inheritance Hierarchy
Object Class
xInfo Class
Info Class
.gif)
.gif)