AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de dibujo
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Saves the image displayed in an Image Editor control.
Ejemplo
// Request to save the image found in an Image Editor control
IF IE_MyEditor.Save() = False THEN
Error(ErrorInfo())
END
Sintaxis
<Result> = <Image Editor control>.Save([<File>])
<Result>: Booleano
  • 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 Editor control>: Nombre del control
Name of the Image Editor control to use.
<File>: Cadena de caracteres opcional
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, the action performed corresponds to the save feature of the image editor (diskette icon in the ribbon).
If the image was never saved, the file picker is displayed.
Componente: wd300pic.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/09/2024

Señalar un error o enviar una sugerencia | Ayuda local