TdxRangeControlPredefinedDateHeaderScale.GetDefaultDisplayText(TDateTime) Method
In This Article
Creates a formatted text label for the date/time header scale according to its measurement unit.
#Declaration
#Parameters
Name | Type |
---|---|
ADate | TDate |
#Returns
Type |
---|
string |
#Remarks
Normally, this function supports the internal infrastructure and is not intended to be used directly from your code. The GetDefaultDisplayText function is called internally by the range control when a label is painted within the respective scale header.
This function returns a Unicode string created from a date/time value passed as the ADate parameter.
See Also