This application allows the user to select a date and time graphically. Mechanisms are in place that allows for initialization by existing data values or manually.
Parameters to the application are as follows:
[codesyntax lang=”delphi”]
/// Dialog Record Area frm011_area = record /// Caption Caption: string; /// DatesTime dt: TDateTime; /// Data ID did: Boolean; /// DataSource ds: TDataSource; /// Field Name fn: string; end;
[/codesyntax]
To activate data source use the “did” parameter must be set to true and a valid data source must be passed through the “ds” parameter.
A 32 bit executable program may be downloaded by clicking here.
A 64 bit executable program may be downloaded by clicking here.
The component documentation can be found by clicking here.
The source code may be found by clicking here.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.