IGxTitle.CustomFormat

Fore Syntax

CustomFormat: String;

Fore.NET Syntax

CustomFormat: String;

Description

The CustomFormat property determines number format in the title value.

Comments

It is applied only to set up number format on pasting the value to the express report title. Depending on the selected format, use corresponding Template in the CustomFormat property from the table:

Format

Template

Input value

Displayed value

Number

# ##0

# ##0,00

237,0

237

237

237,00

Currency

# ##0,00r

$# ##0,00

€# ##0,00

237

237

237

237.00r

$237,00

€237,00

Date

DD.MM.YYYY

DD/MMM/YY

1.5.98

1.5.1998

01.05.1998

01.05.98

Time

H:MM

H:MM:SS

H:MM AM/PM

H:MM:SS AM/PM

18:5

18:5:5

18:5

18:5

18:05

18:05:05

6:05 PM

6:05:05 PM

Percentage

0,00%

237

23700,00%

Exponential

0,00E+00

237

2,37E+02

Text

@

237

237

NOTE. It is possible to determine your own format identically with the Custom data format.

Fore and Fore.NET Examples

The example of use is given on the page with description of the FormattedText property.

See also:

IGxTitle