PropertyRoot_Count

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > PropertyList Control > PropertyList Control Commands >

PropertyRoot_Count

 

Description

 

Returns the number of items present in a list of property items.

 

Syntax

 

nItems = PropertyRoot_Create(pRoot)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

pRoot

Number

No

A pointer to a property linked list root

 

Remarks

 

Restrictions

 

See also

 

Examples