Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ExtPreviewDatamodule.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 3 |
interface |
interface |
| 4 |
|
|
| 5 |
uses |
uses |
| 6 |
SysUtils, Classes, bmRegExp, ExtCtrls; |
SysUtils, Classes, bmRegExp, ExtCtrls, GikoSystem; |
| 7 |
|
|
| 8 |
type |
type |
| 9 |
TCommand = class(TObject) |
TCommand = class(TObject) |
| 42 |
implementation |
implementation |
| 43 |
|
|
| 44 |
uses |
uses |
| 45 |
GikoSystem, IniFiles, GikoUtil, Windows; |
IniFiles, GikoUtil, Windows; |
| 46 |
|
|
| 47 |
constructor TCommand.Create(const comm: String); |
constructor TCommand.Create(const comm: String); |
| 48 |
begin |
begin |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
| |