Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 573 Bytes

File metadata and controls

27 lines (21 loc) · 573 Bytes

RefreshLB

Description

Refreshes the contents of the specified list browser.

FUNCTION RefreshLB(
				dialogID    : LONGINT;
				componentID : LONGINT): BOOLEAN;
def vs.RefreshLB(dialogID, componentID):
    return BOOLEAN

Parameters

Name Type Description
dialogID LONGINT id of the dialog that contains the list browser
componentID LONGINT id of the list browser control

Version

Availability: from VectorWorks12.0

Category