_Headers : invalid property value C++ FMX (win32 only)
Posted: Mon Mar 10, 2025 9:18 am
Hello support,
i encounter the same issue.. only when i build as a win32 fmx application.
reproduce :
- Create a new multiplatform application c++
- build and run successful
- drop a teegrid component (1.17) on the form
- build/run gives the error TeeGrid1 ._Headers:invalid property value.
- switch to 64bit
- build and run successful
- switch back to 32bit
- build/run gives the error TeeGrid1 ._Headers:invalid property value.
- open form as text and remove the _Headers section
- save file
- close file and do not open the designer
- build and run successful
- open form
- open designer and move the teeGrid
- save the change
- build/run gives the error TeeGrid1._Headers:invalid property value.
My applications consists of many lists where the teegrid is used. normally i make 64 bit applications only but for a project where i only have access to specific 32bit libraries i ported my bases forms to 32bit.. the workaround may work but is not workable and not maintainable..
Please investigate for a permanent sollution.
i encounter the same issue.. only when i build as a win32 fmx application.
reproduce :
- Create a new multiplatform application c++
- build and run successful
- drop a teegrid component (1.17) on the form
- build/run gives the error TeeGrid1 ._Headers:invalid property value.
- switch to 64bit
- build and run successful
- switch back to 32bit
- build/run gives the error TeeGrid1 ._Headers:invalid property value.
- open form as text and remove the _Headers section
- save file
- close file and do not open the designer
- build and run successful
- open form
- open designer and move the teeGrid
- save the change
- build/run gives the error TeeGrid1._Headers:invalid property value.
My applications consists of many lists where the teegrid is used. normally i make 64 bit applications only but for a project where i only have access to specific 32bit libraries i ported my bases forms to 32bit.. the workaround may work but is not workable and not maintainable..
Please investigate for a permanent sollution.