Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 568 Bytes

File metadata and controls

29 lines (23 loc) · 568 Bytes

SetSliderLiveUpdate

Description

Sets the specified slider to generate events during a drag.

PROCEDURE SetSliderLiveUpdate(
				dialogID    : LONGINT;
				componentID : LONGINT;
				liveUpdate  : BOOLEAN);
def vs.SetSliderLiveUpdate(dialogID, componentID, liveUpdate):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
liveUpdate BOOLEAN

Version

Availability: from Vectorworks 2010

Category