Registriert seit: 17. Mai 2007
482 Beiträge
Delphi XE6 Professional
|
Incompatible types
1. Dez 2012, 22:20
Delphi-Version: 2010
I have:
type TBoolans = array of Boolean;
Now function uses it. In var I have:
var Data: array [1..5] of Boolean.
Why I can't use it in function?
Is possible to make it usable (TBooleans and array of)?
|