DictType Class

The DictType class manages extended data types.

Syntax

class DictType extends Object

Run On

Called

Methods

  Method Description
Gg804354.pubmethod(en-us,AX.60).gif alignment Retrieves the alignment for the extended data type.
Gg804354.pubmethod(en-us,AX.60).gif arraySize Provides the array size for an extended data type.
Gg804354.pubmethod(en-us,AX.60).gif baseType Provides the data type on which an extended data type is based, by using the Types enumeration.
Gg804354.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif configurationKeyId Returns the ID of the configuration key for the extended data type.
Gg804354.pubmethod(en-us,AX.60).gif displayHeight Retrieves the display height for the type.
Gg804354.pubmethod(en-us,AX.60).gif displayLength
Gg804354.pubmethod(en-us,AX.60).gif enumId Provides the ID for the enumeration type on which an extended data type is based.
Gg804354.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif extend Provides the ID for the extended data type that an extended data type extends.
Gg804354.pubmethod(en-us,AX.60).gif extendedBy Retrieves a list of type IDs for extended data types (EDTs) that are extended by the current EDT.
Gg804354.pubmethod(en-us,AX.60).gif getCountryRegionCodes Retrieves a container that holds the country/region codes that are defined.
Gg804354.pubmethod(en-us,AX.60).gif getLookupRelation
Gg804354.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif getValue
Gg804354.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif help Provides the Help text that is displayed for an extended data type or a specified array element, or for the extended data type that an extended data type extends.
Gg804354.pubmethod(en-us,AX.60).gif helpDefined Returns the value of the help property for the extended data type.
Gg804354.pubmethod(en-us,AX.60).gif id Provides the ID for an extended data type.
Gg804354.pubmethod(en-us,AX.60).gif isExtendedFrom Determines whether the extended data type extends from the base extended data type that is provided.
Gg804354.pubmethod(en-us,AX.60).gif isRadioStyle Indicates whether the style of an extended data type that is based on an Enum data type is a radio button or a combo box.
Gg804354.pubmethod(en-us,AX.60).gif label Provides the label that is displayed for an extended data type or a specified array element, or the label for the extended data type that an extended data type extends.
Gg804354.pubmethod(en-us,AX.60).gif labelDefined Returns the value of the label property for the extended data type.
Gg804354.pubmethod(en-us,AX.60).gif lookupTable
Gg804354.pubmethod(en-us,AX.60).gif name Provides the name of an extended data type.
Gg804354.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Overrides the new Method.)
Gg804354.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.)
Gg804354.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.)
Gg804354.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif relationObject Provides information about relations that are defined for an extended data type or a specified array element by returning a DictRelation object.
Gg804354.pubmethod(en-us,AX.60).gif setStringLen Sets the string length for an extended data type that is based on the string data type.
Gg804354.pubmethod(en-us,AX.60).gif setStringRight Indicates the string justification for an extended data type that is based on a String data type.
Gg804354.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif setValue
Gg804354.pubmethod(en-us,AX.60).gif stringLen Provides the string length for an extended data type that is based on the string data type.
Gg804354.pubmethod(en-us,AX.60).gif stringRight Indicates whether the string is right-justified for an extended data type that is based on the string data type.
Gg804354.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg804354.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.)
Gg804354.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg804354.pubmethod(en-us,AX.60).gif Gg804354.static(en-us,AX.60).gif ::getTypeAlignment
Gg804354.pubmethod(en-us,AX.60).gif Gg804354.static(en-us,AX.60).gif ::getTypeDisplayHeight
Gg804354.pubmethod(en-us,AX.60).gif Gg804354.static(en-us,AX.60).gif ::getTypeDisplayLength Retrieves the display length for built-in types.

Top

Remarks

The SysDictType class extends DictType.

Inheritance Hierarchy

Object Class
  DictType Class
    SysDictType Class