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


Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.