|
Last change
on this file was 14, checked in by chronos, 13 years ago |
- Modified: API revised to slave proxy model.
- Added: Modules can control docking of forms.
|
|
File size:
407 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 LDStudioCommon;
|
|---|
| 6 |
|
|---|
| 7 | interface
|
|---|
| 8 |
|
|---|
| 9 | uses
|
|---|
| 10 | ULDStudioAPI, USource, LazarusPackageIntf;
|
|---|
| 11 |
|
|---|
| 12 | implementation
|
|---|
| 13 |
|
|---|
| 14 | procedure Register;
|
|---|
| 15 | begin
|
|---|
| 16 | RegisterUnit('ULDStudioAPI', @ULDStudioAPI.Register);
|
|---|
| 17 | end;
|
|---|
| 18 |
|
|---|
| 19 | initialization
|
|---|
| 20 | RegisterPackage('LDStudioCommon', @Register);
|
|---|
| 21 | end.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.