List Question
12 TechQA 2018-05-18T15:04:47.390000Why casting an open array parameter to an array type causes E2089 Invalid typecast?
389 views
Asked by Fabrizio
How can I pass a group of objects to a function for creation?
326 views
Asked by Tim
Delphi open array as property index in indexed property
209 views
Asked by malom
Cast static array to open array of different element type
707 views
Asked by Uli Gerhardt
Cannot pass typed char array to open array of char?
182 views
Asked by SOUser
An Oracle stored procedure accept array(table) parameter in package example needed
2.5k views
Asked by Simon Sheng
How to avoid stack overflow when passing an array to a function in C++?
169 views
Asked by user3469604
Is a dynamic array of Char allowed when the parameter type is open array of Char?
2.8k views
Asked by Kenneth Cochran
How to avoid "E2251 Ambiguous overloaded call to 'MyMethodName'" when using open array parameters?
725 views
Asked by Fabrizio
Why can I pass a var of type X to a open array parameter of that type?
523 views
Asked by Marjan Venema
Passing constants to a function parameter that is an open array of record
467 views
Asked by Alex Egorov
How to set string (or AnsiString) constant in the TVarRec?
10.5k views
Asked by AudioBubble