Difference between revisions of "TDateLabel"

From Free Pascal wiki
Jump to navigationJump to search
Line 26: Line 26:
  
 
=== Change Log ===
 
=== Change Log ===
* Version 1.0 ''date''
+
* Version 1.0 ''22 June 2009''
  
 
=== Dependencies / System Requirements ===
 
=== Dependencies / System Requirements ===

Revision as of 17:36, 22 June 2009

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 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.

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 / Alpha

Issues:


Installation

  • step 1
  • step 2

The My Component Example Application

Installation

  • Open TestMyComponent.lpi
  • compile
  • run