rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Classes | Enumerations
format.h File Reference
#include <ilviews/macros.h>
#include <iostream.h>
#include <ilviews/base/link.h>
#include <ilviews/base/hash.h>
#include <ilviews/dataccess/module.h>
#include <ilviews/dataccess/string.h>
#include <ilviews/dataccess/decimal.h>
#include <ilviews/dataccess/date.h>

Classes

class  IliFormat
 User interface class. More...
 
class  IliFormatIpl
 Class. More...
 

Enumerations

enum  IliCurrencyPosition { IliCP_AtLeft_NoSpace, IliCP_AtLeft_Space, IliCP_AtRight_NoSpace, IliCP_AtRight_Space }
 This enumerated type defines the possible settings for the position of the currency symbol in formatted numeric output. More...
 
enum  IliFormatCategory { IliSystemFormat, IliApplicationFormat, IliUserFormat }
 This enumerated type defines the three categories for a format alias. More...
 
enum  IliFormatType { IliNullFormatType, IliStringFormatType, IliNumberFormatType, IliDateFormatType }
 This enumerated type defines the different types of format. More...
 

Detailed Description

Library: dataccess Declarations about formats.

Enumeration Type Documentation

This enumerated type defines the possible settings for the position of the currency symbol in formatted numeric output.

Enumerator
IliCP_AtLeft_NoSpace 

The currency symbol is displayed to the left of the amount without any space between them (for example, $132)).

IliCP_AtLeft_Space 

The currency symbol is displayed to the left of the amount with a space separating them (for example, $ &#32;132)).

IliCP_AtRight_NoSpace 

The currency symbol is displayed to the right of the amount without any space between them (for example, 132$).

IliCP_AtRight_Space 

The currency symbol is displayed to the right of the amount with a space separating them (for example, 132 &#32;$)).

This enumerated type defines the three categories for a format alias.

Enumerator
IliSystemFormat 

The format alias is system-defined.

IliApplicationFormat 

The format alias is application-defined.

IliUserFormat 

The format alias is user-defined.

This enumerated type defines the different types of format.

Enumerator
IliNullFormatType 

The format is invalid.

IliStringFormatType 

The format applies to character string values.

IliNumberFormatType 

The format applies to number values.

IliDateFormatType 

The format applies to date values.


© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.