Multi-line Edit Box - Entries Property

The number of entries in the underlying data list

Member of Multi-line Edit Box (PRIM_MEMO)

Data Type - Integer

Details

The Entries property returns the number of data entries in the underlying data list.
 
The number of items and entries in the memo may differ as a memo item can be made up of multiple entries.

Example

Using the Entries property to test whether a list has been loaded.
If (#List.Entries = 0)
 
   #Com_owner.LoadList
 
Endif

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2