Eugen_E
Full Member level 6
How I can generate an "array" of checkboxes in C++ Builder?
The size of the array is determined at runtime, like this:
columns
Ξ Ξ Ξ
Ξ Ξ Ξ
Ξ Ξ Ξ
Ξ Ξ Ξ rows Ξ - checkbox
The tutorials I read only show how to put the checkboxes at design time, using the editor and object inspector. I don't know many things about object programming and C++ Builder, but I need to do a very, very simple project.
Thanks for your help.
The size of the array is determined at runtime, like this:
columns
Ξ Ξ Ξ
Ξ Ξ Ξ
Ξ Ξ Ξ
Ξ Ξ Ξ rows Ξ - checkbox
The tutorials I read only show how to put the checkboxes at design time, using the editor and object inspector. I don't know many things about object programming and C++ Builder, but I need to do a very, very simple project.
Thanks for your help.