Last change
on this file since 736 was 672, checked in by Kevin Toppenberg, 15 years ago |
Adding source to tntControls for compilation
|
File size:
1.1 KB
|
Line | |
---|
1 |
|
---|
2 | {*****************************************************************************}
|
---|
3 | { }
|
---|
4 | { Tnt Delphi Unicode Controls }
|
---|
5 | { http://www.tntware.com/delphicontrols/unicode/ }
|
---|
6 | { Version: 2.3.0 }
|
---|
7 | { }
|
---|
8 | { Copyright (c) 2002-2007, Troy Wolbrink (troy.wolbrink@tntware.com) }
|
---|
9 | { }
|
---|
10 | {*****************************************************************************}
|
---|
11 |
|
---|
12 | unit TntDBClientActns_Design;
|
---|
13 |
|
---|
14 | {$INCLUDE ..\Source\TntCompilers.inc}
|
---|
15 |
|
---|
16 | interface
|
---|
17 |
|
---|
18 | uses
|
---|
19 | Classes;
|
---|
20 |
|
---|
21 | procedure Register;
|
---|
22 |
|
---|
23 | implementation
|
---|
24 |
|
---|
25 | uses
|
---|
26 | TntDBClientActns;
|
---|
27 |
|
---|
28 | procedure Register;
|
---|
29 | begin
|
---|
30 | // DBClientActns
|
---|
31 | RegisterClass(TTntClientDataSetApply);
|
---|
32 | RegisterClass(TTntClientDataSetRevert);
|
---|
33 | RegisterClass(TTntClientDataSetUndo);
|
---|
34 | end;
|
---|
35 |
|
---|
36 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.