You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Property Sheet - Entries Property

The number of entries in the underlying data list

Member of Property Sheet (PRIM_PROP)

Data Type - Integer

Details

The Entries property returns the number of data entries in the underlying data list.

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

  • No labels