| Funktionsname | dcl_PictureBox_LoadPictureFile |
|---|---|
| Syntax | (dcl_PictureBox_LoadPictureFile
<CONTROL>
Filename [as
String] {Stretch [as
Boolean]}) |
| Rückgabewert | Boolean (T if successful; otherwise NIL) |
| Anwendbar auf | Picture Box |
This method displays the image in Filename. The file can be a bitmap (.bmp), metafile (.wmf), or icon (.ico) file. If Stretch is T, the picture is enlarged uniformly as much as possible to still fit inside the control.