VS:IsLBDisplayHier: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(fix typo)
 
Line 6: Line 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Returns whether the indicated list browser is set to display items hierarchically. One column in the list browser can be set to display names heirarchically.</desc>
Returns whether the indicated list browser is set to display items hierarchically. One column in the list browser can be set to display names hierarchically.</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 07:11, 7 January 2018

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Returns whether the indicated list browser is set to display items hierarchically. One column in the list browser can be set to display names hierarchically.

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

Parameters

dialogID LONGINT The id of the dialog containing the list browser.
componentID LONGINT The id of the list browser.

Version

Availability: from Vectorworks 2013

See Also

VS Functions:

VS:EnableLBHierDisplay

VS Functions: [[VS:EnableLBHierDisplay]]