PropertyRoot_Free

<< Click to Display Table of Contents >>

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

PropertyRoot_Free

 

Description

 

Free a list of property items.

 

Syntax

 

PropertyRoot_Free(pRoot)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

pRoot

Number

No

A pointer to a property linked list root

 

Remarks

 

All property items inside the list will be automatically released from memory.

 

Restrictions

 

See also

 

Examples