Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 824 Bytes

File metadata and controls

29 lines (23 loc) · 824 Bytes

UpdateImageControl2

Description

Updates the image control created with CreateImageControl2

PROCEDURE UpdateImageControl2(
				dialogID       : LONGINT;
				controlID      : LONGINT;
				imageSpecifier : DYNARRAY[] of CHAR);
def vs.UpdateImageControl2(dialogID, controlID, imageSpecifier):
    return None

Parameters

Name Type Description
dialogID LONGINT The dialog identifier given by the command to create the dialog.
controlID LONGINT The identifier of the control to be updated.
imageSpecifier DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".

Version

Availability: from Vectorworks 2012

Category