MakePict Method (HTMLCONTROL)
10.0A, PLBCMP GUI Only
The MakePict method stores the contents of a HTMLCONTROL object into a PICT object. This method is only works using a Plbwin, Plbnet, or Plbserve runtime. This method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A HTMLCONTROL that has been created.
pict
Optional. A PICT object that receives the current contents of a visible HTMLCONTROL object.
Flags Affected: EOS, OVER, ZERO
Note the following:
The {pict} object is destroyed before the new picture is stored.
The visible area of the HTMLCONTROL is stored as the image in the {pict} object.
The EOS, OVER, and ZERO flags are always cleared (i.e., FALSE).
The method does not transfer any data into the PICT return object when the HTMLCONTROL is not activated. If no data is retrieved, the PICT object is not created after the method is completed. The TEST or MOVE object to object instruction can determine if the picture is created after the method is completed.
This method is not available when using the PL/B Web Server.
See Also: HTMLControl Methods, Method Syntax
![]() |