Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     For Each(#Item) in(#List.Items) 
Get_Entry Number(#Item.Entry) From_List(#List)
* User processing here
EndFor

Properties

Name

Description

ComponentClassName

ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT)

ComponentMembers

ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT)

ComponentPatternName

ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT)

ComponentTag

Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT)

ComponentType

ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT)

ComponentTypeName

ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT)

Enabled

Enable or disable the list item

Height

The height of the list item in pixels

Hint

Hint to be shown for the current item

HintPopup

HintPopup allows a PopupPanel instance to be used instead of the default hint text box

HintTitle

Hint title to be shown for the current item of the list

Left

Position of the list item relative to the left boundary of its list

MouseOverStyle

Style applied to the item when mouse over

MouseOverStyles

Collection of styles to be applied to the item when mouse over

Name

Name identifies the component Inherited from Object (PRIM_OBJT)

Owner

Owner owns this component Inherited from Object (PRIM_OBJT)

Parent

The component instance to which this instance is attached. The visual container for a control or the collector of a set of child instances Inherited from Object (PRIM_OBJT)

Popup

Popup to be shown for the current item

Style

Style to be applied to the current item

Styles

Collection of styles to be applied to the current item

ThemeDrawStyle

Name of the Theme DrawStyle to be applied to the icon

Top

Position of the list item relative to the top boundary of the list

Visible

Show or hide the list item

Width

Width of the list item in pixels

Events

Name

Description

CreateInstance

CreateInstance is signalled when an instance of a component is

created [

created Inherited from List CurrentItem (PRIM_MD.ListCurrentItem)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed

[

Inherited from List CurrentItem (PRIM_MD.ListCurrentItem)


See also

All Component Classes

Technical Reference