Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit14.pas

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (show annotations) (download) (as text)
Sat Aug 27 11:00:30 2016 UTC (7 years, 7 months ago) by yamat0jp
File MIME type: text/x-pascal
File size: 202 byte(s)
データの更新をメンテナンス中に限定した
コミットファイルの設定を見直し

問題点はRecordCountを使った検索件数表示
1 unit Unit14;
2
3 interface
4
5 uses
6 Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes;
7
8 type
9 TIWForm14 = class(TIWAppForm)
10 public
11 end;
12
13 implementation
14
15 {$R *.dfm}
16
17
18 end.

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