Back to Devexpress

TCustomdxComponentPrinter.TimeFormat Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-6af2cdef.md

latest863 B
Original Source

TCustomdxComponentPrinter.TimeFormat Property

Specifies time formatting options.

Declaration

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

Property Value

TypeDefault
Integer0

Remarks

A component printer has a set of predefined time formats that can be applied to a report. The TimeFormat property specifies the zero-based index of a given format.

IndexExample
02:45 PM
12:45:58 PM
214:45
314:45:58

The default value of this property is 0.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit