|
|
|
|
|
dCopieImageChamp (Control) In french: dCopyControlImage Copies the image of a control in a WINDEV window to a variable of type Image. // Image of an Edit control for entering a name MyImage is Image = dCopyControlImage(EDT_Name)
Syntax
<Result> = dCopyControlImage(<Control to copy>)
<Result>: Image variable Image variable containing the image of the control. If an error occurs, the ErrorOccurred variable is set to True and ErrorInfo returns the corresponding error message. <Control to copy>: Control name Name of the control whose image should be copied. Remarks - The image takes into account the state of the control (active, grayed out, etc.) when the function is called.
- The image of the control will be retrieved even if the control is invisible, out of the window, or not in the current plane.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|