E2304 'Constant/Reference' variable 'variable' must be initialized (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

This C++ object is declared constant or as a reference, but is not initialized.

It must be initialized at the point of declaration.