|
|
|
|
|
PicSave (Function) In french: PicSauve Saves the image found: - in a variable of type WDPic.
MyWDPicImage is WDPic ... // Asks to save the image IF PicSave(MyWDPicImage, "C:\temp\test.png") = False THEN Error(ErrorInfo()) END
Syntax
<Result> = PicSave(<Image> [, <File>])
<Result>: Boolean - True if the image was created,
- False otherwise (error, cancellation of file picker, ...). If an error occurs, ErrorOccurred is set to True and ErrorInfo returns the details of the error.
<Image>: Control name or WDPic variable Image to save. This image can correspond to: - the name of the WDPic variable to use.
<File>: Optional character string Name and path of the image file to save. The file extension defines the type of image to save. If this parameter is not specified: - For a variable of type WDPic , a fatal error is displayed.
Related Examples:
|
Unit examples (WINDEV): WDPic type
[ + ] This example shows how to use the WDPic WLanguage type.
|
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|