Code Completion does not work for constants defined as a record

Claus Pedersen

Member³
In a package body I have a constant of type record , the type is declared in another package. Code completion does not work for the attributes of this constant. If I declare the record as a normal variable it works fine.
 
Back
Top