Skip to content

CreateConfigurableProp - cWebWidget

Convenience procedure to be used inside OnGetConfigurableProps

Type: Function
Return Data Type: tWidgetConfigProp

Parameters

Parameter Type Description
hoObj Handle Handle of the object the property belongs to. Can be the widget or a child object
hmPropFunc Handle Handle of the Web Property to be marked as configurable

Syntax

Function CreateConfigurableProp Handle hoObj Handle hmPropFunc Returns tWidgetConfigProp

Call Example

Get CreateConfigurableProp hoObj hmPropFunc to tWidgetConfigPropVariable

Description

Convenience procedure to be used inside OnGetConfigurableProps.

Returns a base fleshed out tWidgetConfigProp struct that can be inserted into the event's array. Tip: Use RefFunc for the hmPropFunc parameter.

Sample

Get CreateConfigurableProp Self (RefFunc(psAction)) to aConfigurableProps[-1]