|
Last change
on this file was 16, checked in by chronos, 13 years ago |
- Přidáno: Vkládání, úprava a mazání položek jsou nyní funkční.
|
|
File size:
459 bytes
|
| Line | |
|---|
| 1 | { This file was automatically created by Lazarus. Do not edit!
|
|---|
| 2 | This source is only used to compile and install the package.
|
|---|
| 3 | }
|
|---|
| 4 |
|
|---|
| 5 | unit TEditExtensions;
|
|---|
| 6 |
|
|---|
| 7 | interface
|
|---|
| 8 |
|
|---|
| 9 | uses
|
|---|
| 10 | UTimeEdit, UIPv4Edit, LazarusPackageIntf;
|
|---|
| 11 |
|
|---|
| 12 | implementation
|
|---|
| 13 |
|
|---|
| 14 | procedure Register;
|
|---|
| 15 | begin
|
|---|
| 16 | RegisterUnit('UTimeEdit', @UTimeEdit.Register);
|
|---|
| 17 | RegisterUnit('UIPv4Edit', @UIPv4Edit.Register);
|
|---|
| 18 | end;
|
|---|
| 19 |
|
|---|
| 20 | initialization
|
|---|
| 21 | RegisterPackage('TEditExtensions', @Register);
|
|---|
| 22 | end.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.