GetAddressListRecordCount As Integer

 

Returns the number of rows in ListboxAddresses. ListCount is 1-based.

   

Returns:

 

Type

Value

Description

Integer

0 or higher

Number of rows in ListboxAddresses

 

Available in:

 

WindowMain

WindowLink

YES

TRUE

 

 Used in:

 

XojoScript Name

GUID

CountAddresslist

89C12D71-DC2B-4BF1-9013-A3751665C669

 

Example XojoScript:

 

// Count addresslist

MsgBox "Records : " + Str(GetAddressListRecordCount)