FastReport FMX field color
Hi,
i want into the code to change the color of a field but the field disappears
procedure frxDBDataset7DeviceOnBeforePrint(Sender: TfrxComponent);
begin
If <frxDBDataset4."DeviceCatCode"> = 'AUDIO' then
begin
frxDBDataset7Device.Color:=0;
frxDBDataset7Device.Font.Color:=255;
end;
end;
I test different colors and had the same result, no text, empty field
The same code with Font.Size:=14 works perfect
Thank you,
i want into the code to change the color of a field but the field disappears
procedure frxDBDataset7DeviceOnBeforePrint(Sender: TfrxComponent);
begin
If <frxDBDataset4."DeviceCatCode"> = 'AUDIO' then
begin
frxDBDataset7Device.Color:=0;
frxDBDataset7Device.Font.Color:=255;
end;
end;
I test different colors and had the same result, no text, empty field
The same code with Font.Size:=14 works perfect
Thank you,
Comments
clRed ..... NO
Red ..... NO
Color.Red .... NO
????????
Do you know if this is somewhere documented ?
Documentation for FMX is the VCL version of documentation or i missed something ?