TDateLabel

From Free Pascal wiki
Jump to navigationJump to search

About

TDateLabel is a descendant of TLabel. It overrides the Caption property and makes it read only. It also exposes two new properties: DateTime and Format.

Its main caracteristics are :

  • DateTime allows you to assign a TDateTime value to the control.
  • Format allows you to define the format string to be used by the caption.

The purpose/advantage of this control is to allow the developer to display a formated date/time elegantly on a form while the control still retains the value in a true TDateTime data type. This allows the developer to use all of the standard date functions (date math functions) found in the DateUtil unit.

This control is useful for implementing custom calendar interfaces for day planner projects.

The download contains the component, an installation package and a demo application, that illustrates the features of the component along with some instrumentation for evaluating the chart on a given system.

Screenshot

Here is an exemple of TDateLabel. This example shows four TDateLabels, all containing the same DateTime value, presenting the value with different formatting. The border has been turned on the give perspective the the text alignment.

TDateLabel.png

Author

Extreme Programmers, LLC

License

modified LGPL (same as the FPC RTL and the Lazarus LCL). You can contact the author if the modified LGPL doesn't work with your project licensing.

Download

The latest stable release can be found on link to the lazarus-ccr sf download location.

Change Log

  • Version 1.0 22 June 2009

Dependencies / System Requirements

  • None

Status: Stable

Issues: None