Types of Email Remotely hosted email (‘webmail’), resourced using a web browser Remotely hosted email, resourced using an email program or using a web browser Context considerati...
Return types Nil return type NoReturn return type Return types A method’s return type is always inferred by the compiler. However, you might want to specify it for two reasons...
Supported Data Types Working with Dates Setting the Data Type of an Input Setting the Data Type of an Output Setting the Data Type of a Variable Implement a Custom Data Type U...
Formatter Types URLFormatter Formatter Types URLFormatter This formatter lets you put a link with a URL to a grid column. It takes optional arguments below: Option Name De...
Data types Date and time types Date Time Datetime Timestamp Interval Convert between date and time types Data types The following table shows the data types supported by ...
Union types Union types rules Union of classes and structs under the same hierarchy Union of tuples of the same size Union of named tuples with the same keys Union types The...
Enumeration types Enumeration types Enumeration types define a new type whose values consist of the ones specified. The values are ordered. Example: type Direction = ...
Subrange types Subrange types A subrange type is a range of values from an ordinal or floating-point type (the base type). To define a subrange type, one must specify its limit...