DisplayFormat

Top  Previous  Next

DsiplayFormat : TfrxFormat

 

 

 

Umožní formátovat obsah buňky

 

FormatStr

 

%g – a number with the minimal signs number after decimal point

%2.2f – a number with the fixed number of signs after decimal point

%2.2n – a number with bits delimiter

%2.2m – a monetary format, accepted in the Windows OS, depending on the regional

settings in the control panel.

for the date/time format:

dd.mm.yyyy – date of the 23.12.2003 type

dd mmm yyyy – date of the 23 Nov. 2003 type

dd mmmm yyyy – date of the 23 November 2003 type

hh:mm – time of the 23:12 type

hh:mm:ss – time of the 23:12:00 type

dd mmmm yyyy, hh:mm – time and date of the 23 November 2003, 23:12 type

 

TfrxFormatKind = fkText, fkNumeric, fkDateTime, fkBoolean