Hello,
Sorry for my bad English. I'm not familiar with the forums, excuse me too.
I'm trying to access frReport (LazReport) components programmatically from a Lazarus form (Settings form).
In order to find the components, I used this code:
for I := 0 to frReport1.ComponentCount -1 do
if (frReport1.Components[I] is TGroupHeader) then
frReport1.GroupHeader1.Visible := CheckBox3.Checked;
But it's impossible to display/hide the frReport GroupHeader. Ditto for changing the color of the associated Memo.
How can I retrieve the component and modify it by code, please?
Windows 11, Lazarus 3.4, Sqlite 3.46.1