tWidgetConfigProp
See Also: tWidgetDef, tWidgetConfigPropValue, tWidgetConfigPropSettings, Declaring Variables, Struct
Purpose
tWidgetConfigProp is a structured type that is used to represent information about a cWebWidget configurable property.
Type Declaration
Struct tWidgetConfigProp
String sObjName
String sPropName
tWidgetConfigPropSettings Settings
End_Struct
Struct Members
-
sObjName
Name of the object (inside the Widget) this configurable property belongs to. Leave blank to specify this Widget’s root. -
sPropName
Name of the property this configurable property belongs to. -
Settings
tWidgetConfigPropSettings struct that allows for configuration of the configurable property.
Syntax
Use WebWidgetStructs.pkg
tWidgetConfigProp {variableName}
Declaring Variables
To declare tWidgetConfigProp variables, use the name of the type (tWidgetConfigProp) followed by the variable name.
tWidgetConfigProp wcpWidget1
See struct variables for more details on instantiating struct types.