TBasedxReportLink.DefaultTimeFormat Method
Returns the default time format.
Declaration
function DefaultTimeFormat: Integer; virtual;
Returns
Type |
---|
Integer |
Remarks
Call this function to determine the time format of a report link when the TimeFormat property is not explicitly set. The function returns the time format of the component printer to which the report link belongs.
The DefaultTimeFormat function returns a zero-based index of the appropriate format.
Index | Example |
---|---|
0 | 2:45 PM |
1 | 2:45:58 PM |
2 | 14:45 |
3 | 14:45:58 |
See Also