Главная страница | назад





Article #17342: Declaring a SafeArray in the type library editor

 Question and Answer Database
FAQ2342D.txt Declaring a SafeArray in the type library editor
Category :Miscellaneous
Platform :All
Product :Delphi 3.x
Question:
How do I declare a SafeArray in the type library editor?
Answer:
You must specify the component type, for example "procedure
MyProc(Items: TSafeArray(Integer));" specifies a SafeArray with
a component type of Integer. See page 42-10 in the Developer's
Guide for more info.
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99