Thema: Delphi Incompatible types

Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#1

Incompatible types

  Alt 1. Dez 2012, 21: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)?
  Mit Zitat antworten Zitat