Delphi Basics : Array command

Delphi Basics : Array command

瀏覽:707
日期:2025-06-28
multiArray : Array[Byte, 1..5] of char; // Static array, 2 dimensions rangeArray : Array[5..20] of string; // Static array, size = 16 i : Integer; begin // Show the sizes and ......看更多