formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Format types for an integer variable displayed in a text field. This enum is used as a parameter for any of the whole number set range API functions. It determines how a variable's value is displayed in a dialog.
enum fz_fuim_format_int_enum {
FZ_FUIM_FORMAT_INT_DEFAULT,
FZ_FUIM_FORMAT_INT_DATE_NATIVE,
FZ_FUIM_FORMAT_INT_TIME_NATIVE,
FZ_FUIM_FORMAT_INT_DURN_HHMMSS };
Members
FZ_FUIM_FORMAT_INT_DEFAULT
The value is displayed as a whole number in decimal notation.
FZ_FUIM_FORMAT_INT_DATE_NATIVE
The value is displayed as a date (day, month and year) according to the current date format of the OS.
FZ_FUIM_FORMAT_INT_TIME_NATIVE
The value is displayed as a time of day (hours, minutes and seconds), according to the current date format of the OS.
FZ_FUIM_FORMAT_INT_DURN_HHMMSS
The value is displayed as a duration (hours, minutes and seconds), separated by colons.
Availability
5.0.0.0
See Also
fz_fuim_format_float_enum, fz_fuim_item_range_char, , fz_fuim_item_range_short, fz_fuim_item_range_uchar, , fz_fuim_item_range_ushort, fz_fuim_new_text_info_char, , , , fz_fuim_new_text_info_uint, fz_fuim_new_text_info_ushort
Defined in