ผมทำมันขึ้นมาเพื่อหวังว่า เมื่อคุณอ่าน blog ของผมแล้ว อาจมีเงินเพิ่มขึ้น หรือสามารถรักษาเงินไว้ ไม่สลายหายไปแบบ ถูกกฎหมาย
Group Blog
 
<<
ธันวาคม 2551
 
 123456
78910111213
14151617181920
21222324252627
28293031 
 
1 ธันวาคม 2551
 
All Blogs
 
Delphi Language

Here are a few examples of declaring and initializing constant arrays in Delphi:

type
TShopItem = record
Name : string;
Price : currency;
end;

const
Days : array[0..6] of string =
(
'Sun', 'Mon', 'Tue', 'Wed',
'Thu', 'Fri', 'Sat'
) ;

CursorMode : array[boolean] of TCursor =
(
crHourGlass, crSQLWait
) ;


Define
{$ifdef CONSOLIDATE}
cbConsolidated.EnableAlign := true
{$ENDIF}

Items : array[1..3] of TShopItem =
(
(Name : 'Clock'; Price : 20.99),
(Name : 'Pencil'; Price : 15.75),
(Name : 'Board'; Price : 42.96)
) ;


Create Date : 01 ธันวาคม 2551
Last Update : 2 ธันวาคม 2551 10:43:55 น. 0 comments
Counter : 641 Pageviews.

Pu121
Location :


[ดู Profile ทั้งหมด]

ฝากข้อความหลังไมค์
Rss Feed
Smember
ผู้ติดตามบล็อก : 6 คน [?]




Friends' blogs
[Add Pu121's blog to your web]
Links
 

 Pantip.com | PantipMarket.com | Pantown.com | © 2004 BlogGang.com allrights reserved.