Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 564 Bytes

File metadata and controls

29 lines (23 loc) · 564 Bytes

ShowLBHeader

Description

Shows or hides header row for a list browser control in a dialog

PROCEDURE ShowLBHeader(
				dialogID    : LONGINT;
				componentID : LONGINT;
				show        : BOOLEAN);
def vs.ShowLBHeader(dialogID, componentID, show):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
show BOOLEAN

Version

Availability: from Vectorworks 2015

Category