Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 616 Bytes

File metadata and controls

29 lines (23 loc) · 616 Bytes

EnableLBUpdates

Description

Determines if updates should be enabled for the specified list browser.

PROCEDURE EnableLBUpdates(
				liDialogID     : LONGINT;
				liComponentID  : LONGINT;
				bEnableUpdates : BOOLEAN);
def vs.EnableLBUpdates(liDialogID, liComponentID, bEnableUpdates):
    return None

Parameters

Name Type Description
liDialogID LONGINT
liComponentID LONGINT
bEnableUpdates BOOLEAN

Version

Availability: from VectorWorks12.5

Category