TFrPictureView
FR 2.5 / Delphi 7
Hello,
I am looking for a way to configure the Stretched property
within a TFrPictureView.component.
I would like to be able to access and modify the Stretched property
(and KeepAspect as well) directly from delphi code.
I tried the code
var
p: TfrPictureView
begin
P := TfrPictureView(FR.FindObject('RptLogo'));
p.Stretched := True;
end;
But the TfrPictureView does not expose any stretched property.
Could you help me ?
Thanks
Emmanuel Barache
Hello,
I am looking for a way to configure the Stretched property
within a TFrPictureView.component.
I would like to be able to access and modify the Stretched property
(and KeepAspect as well) directly from delphi code.
I tried the code
var
p: TfrPictureView
begin
P := TfrPictureView(FR.FindObject('RptLogo'));
p.Stretched := True;
end;
But the TfrPictureView does not expose any stretched property.
Could you help me ?
Thanks
Emmanuel Barache