Thursday, April 13, 2017


PrimitiveDescription
EnumA set of literals that are represented internally as integers.
Container A composite data type that is a dynamic list of items containing primitive data types and/or some composite datatypes.
GUIDGlobally Unique Identifier. A 16-byte number generated that uniquely identifies a network or interface.
Int64A number without a decimal point. 64 bits wide.
BooleanOnly contains the values false and true.
StringA number of characters.
IntegerA number without a decimal point. 32 bits wide.
RealA number with a decimal point.
DateContains day, month and year.
TimeContains hours, minutes and seconds.
UTCDateTimeA combination of date and time types into one data type that also holds time zone information.

No comments:

Post a Comment

How to enable the dimension fields based on the Item selected on the form.

[Form] public class KMTShipFromWarehouses extends FormRun {     InventDimCtrl_Frm_EditDimensions        inventDimFormSetup;     /// &l...