Difference between revisions of "PropertyListBox.LineCount"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 10: Line 10:
  
  
Gets the amount of Lines in the PropertyListBox. LineCount is 1 based.
+
Gets the amount of Lines in the PropertyListBox. [[PropertyListBox.LineCount|LineCount]] is 1 based.
 
Even invisible Lines are counted.
 
Even invisible Lines are counted.

Revision as of 13:10, 24 November 2012

Property (As Integer)
IntegerValue = aPropertyListBox.LineCount


Gets the amount of Lines in the PropertyListBox. LineCount is 1 based. Even invisible Lines are counted.