PropertyList_SetPropertyRoot

<< Click to Display Table of Contents >>

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

PropertyList_SetPropertyRoot

 

Description

 

Returns a pointer pointing to a linked list root of property items

 

Syntax

 

pOldRoot = PropertyList_SetPropertyRoot(hWnd, ctrlID, pRoot)

 

Returns

 

Number. A pointer to the previously stored property list root.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the control

ctrlID

Number

No

Control identifier assigned to the control during CONTROL ADD ...

pRoot

Number

No

A pointer to a property list root

 

Remarks

 

Restrictions

 

See also

 

Examples