Back to Devexpress

TCustomdxComponentPrinter.DateFormat Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-eb50c49c.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.DateFormat Property

Specifies date presentation format.

Declaration

delphi
property DateFormat: Integer read; write; default 0;

Property Value

TypeDefault
Integer0

Remarks

A component printer has a set of predefined date formats that can be applied to a report. The report date format depends on the format specified in the System Regional Settings. The DateFormat property specifies the zero-based index of the appropriate format.

IndexExample
02/14/01
1Wednesday, February 14, 2001
2February 14, 2001
32/14/2001
42001-02-14
514-Feb-01
62.14.01
7Wednesday, Feb. 14, 01
82.14.2001
9February, 01
10Feb-01

The default value of this property is 0.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit