Delphi Array types

What are the types of arrays handled by Delphi?

Questions by RyanJames   answers by RyanJames

Showing Answers 1 - 3 of 3 Answers

ngoski

  • Nov 16th, 2008
 

There are two types of arrays. 1.Static - array[indexType1, ..., indexTypen] of baseType
2. Dynamic - array of baseType

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions