開發方向
- 圖形GUI
- 資料庫
宣告class
typeTAccount = classprivatefCustomer: string; // name of customerfNumber: Cardinal; // account numberfBalance: Currency; // current account balanceend;TSavingsAccount = class(TAccount)privatefInterestRate: Integer; // annual percentage rate, scaled by 1000end;TCheckingAccount = class(TAccount)privatefReturnChecks: Boolean;end;TCertificateOfDeposit = class(TSavingsAccount)privatefTerm: Cardinal; // CD maturation term, in daysend;varCD1, CD2: TAccount;beginCD1 := TCertificateOfDeposit.Create;CD2 := TCertificateOfDeposit.Create;...
網址:oreilly.com/catalog/delphi/chapter/ch02.html
元件與物件不同之處
物件強調的是 “個體(Instance)" 的特徵及外在行為;而元件強調的是 “介面(Interface)" 的溝通
網址: http://oreilly.com/catalog/delphi/chapter/ch02.html
LinkedList Object
http://stackoverflow.com/questions/2680635/tstringlist-dynamic-array-or-linked-list-in-delphi
Delphi與Java差別
http://oreilly.com/catalog/delphi/chapter/ch02.html
VCL元件
http://docwiki.embarcadero.com/RADStudio/XE4/en/VCL_Overview
Delphi 可以搜尋資源:
http://delphi.ktop.com.tw/board.php?cid=30&fid=1498&tid=95136
可以閱讀的書本
Delphi in a Nutshell
網址:http://delphi.ktop.com.tw/board.php?cid=31&fid=77&tid=25443
Q1.查詢是否有LinkedList語法,因方便從資料庫找取資料到本地儲存,方便資料管理
Q2.如何撰寫Table Model,即時動態變DB value
Q3.撰寫ERP需要注意什麼
沒有留言:
張貼留言