How do you initialise a const array of TGUID from Interface type data, in Delphi?

后端 未结 7 730
谎友^
谎友^ 2020-12-18 00:43

I want to initialise an array like this -

Const MyArray : Array[0..0] Of TGUID = (IInterface);

But it results in -

[DCC Err         


        
相关标签:
7条回答
  • 2020-12-18 01:46

    You can create an array of IInterface.

    0 讨论(0)
提交回复
热议问题