|
<< Click to Display Table of Contents >> Navigation: Forum > ??????? ??????? ???????? |
04-21-2020, 01:30 PM:
?????????? ??? ????????? ??????? ??????? ??????? ??? ????????.
???? ???????????? ? ??? ??????????:
? ????????? ????? BGColor := cl(Color) ? ??? ???????? ? ?????? ????.
? ??? ??????? ??????? ??????? ?? ??????????...
Background.FileName := FileName.jpg;
???????? ? ?? ????? ???????? ???? ? ????? ??? ?? ? ??? ???????? ??? ????????.
?????????? ??? ??????????
Tell me how to correctly specify the background image for the page.
I set the color and everything works out:
In the form properties, BGColor := cl(Color) and the background is colored to the desired color.
But you can't specify the background image...
Background.FileName := FileName.jpg;
I probably incorrectly specify the path to the file or place it in the wrong directory.
Tell me how to do it correctly?
04-21-2020, 02:20 PM:
Hi,
Create a "wwwroot" folder and copy "FileName.jpg" there.
04-21-2020, 04:07 PM:
??????????, ??????? !