Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/AddressHistory.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by yoffy, Thu Nov 27 13:04:17 2003 UTC revision 1.7 by h677, Wed Dec 3 13:59:07 2003 UTC
# Line 8  uses Line 8  uses
8    
9  type  type
10          TAddressHistoryDM = class(TDataModule)          TAddressHistoryDM = class(TDataModule)
                 procedure DataModuleCreate(Sender: TObject);  
11          private          private
12                  { Private 宣言 }                  { Private 宣言 }
13                  FReadCount: Integer;                  FReadCount: Integer;
# Line 34  const Line 33  const
33    
34  {$R *.dfm}  {$R *.dfm}
35    
 procedure TAddressHistoryDM.DataModuleCreate(Sender: TObject);  
 begin  
 //  
 end;  
   
36  procedure TAddressHistoryDM.ReadHistory(sl: TStrings; ReadCount: Integer);  procedure TAddressHistoryDM.ReadHistory(sl: TStrings; ReadCount: Integer);
37  var  var
38          FileName: string;          FileName: string;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26